summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-org.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-05-12 18:45:31 -0700
committerFranck Cuny <fcuny@twitter.com>2019-05-12 18:45:31 -0700
commitfe20e991ae4a1a183c2573407876805b78f539ee (patch)
treeec81b1d248711231bc64e44e388f0b7a6cb10273 /emacs.d/custom/fcuny-org.el
parent[emacs] Fix some org-mode templates (diff)
downloademacs.d-fe20e991ae4a1a183c2573407876805b78f539ee.tar.gz
[emacs] don't export TOC and section number for org.
Diffstat (limited to 'emacs.d/custom/fcuny-org.el')
-rw-r--r--emacs.d/custom/fcuny-org.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 8a351dc..991e83e 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -53,6 +53,9 @@
                           (expand-file-name "twitter/people.org" org-directory)
                           (expand-file-name "twitter/meetings.org" org-directory)))
 
+  (org-export-with-toc nil)
+  (org-export-with-section-numbers nil)
+
   ;; see https://github.com/abo-abo/swiper/issues/986
   (org-goto-interface 'outline-path-completion)
   (org-outline-path-complete-in-steps nil)