From 564d88cd9bd1f8cf7780659b1e756f6c62127344 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 18 Sep 2021 17:33:00 -0700 Subject: Explicitly feature file Local Variables in LaTeX export. --- smart-documents.org | 19 ++++++++++++++----- 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 index be698f8..7bea97a 100644 Binary files a/smart-documents.pdf and b/smart-documents.pdf differ -- cgit v1.2.3