summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-03 08:49:53 -0600
committerCase Duckworth2021-01-03 08:49:53 -0600
commit0cdf45ec992444b614e88ec6f88355d62d62c39d (patch)
treefee92b4c6524399e171ad70dcec56fb89b038230 /config.org
parentUpdate README (diff)
downloademacs-0cdf45ec992444b614e88ec6f88355d62d62c39d.tar.gz
emacs-0cdf45ec992444b614e88ec6f88355d62d62c39d.zip
Change max headline depth
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.org b/config.org index 7e10af8..9a78b97 100644 --- a/config.org +++ b/config.org
@@ -5,7 +5,7 @@
5#+EXPORT_FILE_NAME: README.md 5#+EXPORT_FILE_NAME: README.md
6#+OPTIONS: toc:nil 6#+OPTIONS: toc:nil
7#+BANKRUPTCY_COUNT: 3.2 7#+BANKRUPTCY_COUNT: 3.2
8#+Time-stamp: <2021-01-03 08:37:07 acdw> 8#+Time-stamp: <2021-01-03 08:49:40 acdw>
9 9
10* Basics 10* Basics
11 11
@@ -1281,6 +1281,9 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m
1281 (cuss org-directory "~/Org") 1281 (cuss org-directory "~/Org")
1282 (cuss org-ellipsis "…") 1282 (cuss org-ellipsis "…")
1283 (cuss org-catch-invisible-edits 'show) 1283 (cuss org-catch-invisible-edits 'show)
1284
1285 (cuss org-export-headline-levels 8
1286 "Maximum level of headlines to export /as/ a headline.")
1284#+END_SRC 1287#+END_SRC
1285 1288
1286**** Tags 1289**** Tags