From 7edfbb46c61f95b74d2a68b77e7aefb0e9a544b7 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Tue, 30 Nov 2021 18:44:54 +0100 Subject: [PATCH] Fix linking to the footer containing the local variables --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 4edf657..6563921 100644 --- a/README.org +++ b/README.org @@ -367,8 +367,8 @@ command =emacsclient=. The =latexmk= resource file in the next source code block shows how to use =emacsclient= to (re)display the PDF file in Emacs after each succesful (re)compilation on condition that the settings of the ~compile-command~ local -variable in section are compatible. The local variable ~compile-command~ in -section [[#sec:local-variables][Local Variables]] (only visible in =org= files, but not in =html= and +variable in section are compatible. The local variable ~compile-command~ in the +[[#sec:local-variables][Local Variables]] section (only visible in =org= files, but not in =html= and =pdf= files) shows how to use the =latexmkrc= file.. #+attr_latex: :options bgcolor=LightGoldenrodYellow @@ -1196,12 +1196,12 @@ instance those themes fail to display ~hl-line-mode~ with Emacs-27.2 on Darwin. ;;; init.el ends here #+end_src -* Local variables anchor :ignored: +* Local variables linking back to [[#sec:latex-compile-display-loop][LaTeX compile-display-loop]] :PROPERTIES: :CUSTOM_ID: sec:local-variables :END: -* Local variables linking back to [[#sec:latex-compile-display-loop][LaTeX compile-display-loop]] :noexport: +Only the [[info:org#Top][Org]] source file shows the local variables footer. # Emacs looks for "Local variables:" after the last "\?n\?f".