Explicitly feature file Local Variables in LaTeX export.

Commit
564d88cd9bd1f8cf7780659b1e756f6c62127344
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
smart-documents.org
index 426025c6..80cec4d7 100644..100644
@@ -1874,7 +1874,7 @@
1874 1874 unusable. Thus, we /describe/ two themes that were developed
1875 1875 *purposefully* and iteratively.
1876 1876
1877 Removed: #+BEGIN_SRC emacs-lisp :tangle yes
1877 Added: #+BEGIN_SRC emacs-lisp :tangle no
1878 1878 (load-theme 'sd-compagnon-dark)
1879 1879 #+END_SRC
1880 1880
@@ -1882,7 +1882,7 @@
1882 1882 (load-theme 'molokai)
1883 1883 #+END_SRC
1884 1884
1885 Removed: #+BEGIN_SRC emacs-lisp :tangle no
1885 Added: #+BEGIN_SRC emacs-lisp :tangle yes
1886 1886 (load-theme 'sd-light)
1887 1887 #+END_SRC
1888 1888
@@ -2089,6 +2089,15 @@
2089 2089 steps taken to make Emacs more palatable to modern word processors
2090 2090 users.
2091 2091
2092 Removed: # Local Variables:
2093 Removed: # org-confirm-babel-evaluate: nil
2094 Removed: # End:
2092 Added: * Local files variables
2093 Added: :PROPERTIES:
2094 Added: :UNNUMBERED: t
2095 Added: :END:
2096 Added:
2097 Added: If the following variable is set to nil, ~org-babel~ will not ask to
2098 Added: confirm the evaluation of source code blocks during export or
2099 Added: tangling.
2100 Added:
2101 Added: : Local Variables:
2102 Added: : org-confirm-babel-evaluate: t
2103 Added: : End:
smart-documents.pdf
index be698f80..7bea97af 100644..100644

Binary files differ