summaryrefslogtreecommitdiff
path: root/with-editor.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2017-10-05 18:12:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2017-10-06 12:47:46 +0200
commitb0ff338baa46e3413dbed97790d27b8cc8cea47e (patch)
treefbe646fae15738996f98b82bb1358206e2b81315 /with-editor.org
parent50b40a89de042bfa707251047110c3b41c5f0ff2 (diff)
manual: put local-variables into an ignored section
Diffstat (limited to 'with-editor.org')
-rw-r--r--with-editor.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/with-editor.org b/with-editor.org
index 5e600b0..a3c547f 100644
--- a/with-editor.org
+++ b/with-editor.org
@@ -274,7 +274,7 @@ Emacs and what is the output of ~M-x with-editor-debug RET~.
# Local Variables:
# eval: (require 'ox-texinfo+ nil t)
# End:
-* Copying
+* _ Copying
:PROPERTIES:
:COPYING: t
:END:
@@ -293,8 +293,13 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
#+END_QUOTE
+* _ :ignore:
+
+# IMPORTANT: Also update ORG_ARGS and ORG_EVAL in the Makefile.
# Local Variables:
+# eval: (require 'ox-extra nil t)
# eval: (require 'ox-texinfo+ nil t)
+# eval: (and (featurep 'ox-extra) (ox-extras-activate '(ignore-headlines)))
# indent-tabs-mode: nil
# org-src-preserve-indentation: nil
# End: