Fix linking to the footer containing the local variables

This commit is contained in:
Gerard Vermeulen 2021-11-30 18:44:54 +01:00
parent 030520ae6a
commit 7edfbb46c6
1 changed files with 4 additions and 4 deletions

View File

@ -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".