diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-18 17:33:00 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-18 17:33:00 -0700 |
commit | 564d88cd9bd1f8cf7780659b1e756f6c62127344 (patch) | |
tree | 5bc782ba8de6a6f791a14bdd4f605f3c36baee3b | |
parent | 4f8b26eb653e6c28c4069d8211698cdaad971b10 (diff) |
Explicitly feature file Local Variables in LaTeX export.
-rw-r--r-- | smart-documents.org | 19 | ||||
-rw-r--r-- | smart-documents.pdf | bin | 414911 -> 415833 bytes |
2 files changed, 14 insertions, 5 deletions
diff --git a/smart-documents.org b/smart-documents.org index 426025c..80cec4d 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1874,7 +1874,7 @@ Without a carefully designed theme, our editor would become unusable. Thus, we /describe/ two themes that were developed *purposefully* and iteratively. -#+BEGIN_SRC emacs-lisp :tangle yes +#+BEGIN_SRC emacs-lisp :tangle no (load-theme 'sd-compagnon-dark) #+END_SRC @@ -1882,7 +1882,7 @@ unusable. Thus, we /describe/ two themes that were developed (load-theme 'molokai) #+END_SRC -#+BEGIN_SRC emacs-lisp :tangle no +#+BEGIN_SRC emacs-lisp :tangle yes (load-theme 'sd-light) #+END_SRC @@ -2089,6 +2089,15 @@ In this configuration file, we described a series of customization steps taken to make Emacs more palatable to modern word processors users. -# Local Variables: -# org-confirm-babel-evaluate: nil -# End: +* Local files variables +:PROPERTIES: +:UNNUMBERED: t +:END: + +If the following variable is set to nil, ~org-babel~ will not ask to +confirm the evaluation of source code blocks during export or +tangling. + +: Local Variables: +: org-confirm-babel-evaluate: t +: End: diff --git a/smart-documents.pdf b/smart-documents.pdf Binary files differindex be698f8..7bea97a 100644 --- a/smart-documents.pdf +++ b/smart-documents.pdf |