Org-mode upstream undid local variables initialization changes
This commit is contained in:
parent
deb530f4e9
commit
f717203e8c
10
README.org
10
README.org
@ -2292,12 +2292,8 @@ variables in order to export the =info-org-link= types in this document to
|
||||
(org-eval-named-blocks-with-infix "python-setup"))
|
||||
|
||||
;; Emacs looks for "Local variables:" after the last "newline-formfeed".
|
||||
(add-to-list
|
||||
'safe-local-eval-forms
|
||||
'(add-hook 'org-mode-hook 'org-eval-emacs-lisp-setup-blocks nil 'local))
|
||||
(add-to-list
|
||||
'safe-local-eval-forms
|
||||
'(add-hook 'org-mode-hook 'org-eval-python-setup-blocks nil 'local)))
|
||||
(add-to-list 'safe-local-eval-forms '(org-eval-emacs-lisp-setup-blocks))
|
||||
(add-to-list 'safe-local-eval-forms '(org-eval-python-setup-blocks)))
|
||||
#+end_src
|
||||
|
||||
*** [[info:org#LaTeX header and sectioning][Easy LaTeX preamble editing]]
|
||||
@ -4435,7 +4431,7 @@ Only the [[info:org#Top][Org]] source file shows the local variables footer.
|
||||
# Emacs looks for "Local variables:" after the last "newline-formfeed".
|
||||
|
||||
# Local Variables:
|
||||
# eval: (add-hook 'org-mode-hook 'org-eval-emacs-lisp-setup-blocks nil 'local)
|
||||
# eval: (org-eval-emacs-lisp-setup-blocks)
|
||||
# compile-command: "latexmk -interaction=nonstopmode -lualatex -pvc -shell-escape README.tex"
|
||||
# fill-column: 80
|
||||
# End:
|
||||
|
Loading…
x
Reference in New Issue
Block a user