From ed13028ed98dfdf3871a9995c555d11b45c4b1ce Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 28 Jan 2024 14:30:52 +0100 Subject: [PATCH] Do not set `org-latex-subtitle-separate' since debugging it is hard --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index 1932676..7946877 100644 --- a/README.org +++ b/README.org @@ -2791,8 +2791,7 @@ def __org_babel_python_format_value(result, result_file, result_params): org-latex-pdf-process (list (concat "latexmk -f -pdf -%latex" " -interaction=nonstopmode" " -shell-escape -outdir=%o %f")) - org-latex-prefer-user-labels t - org-latex-subtitle-separate t)) + org-latex-prefer-user-labels t)) #+end_src #+caption[Setup =org-latex-classes= for backwards compatibility]: