diff options
-rw-r--r-- | lisp/init-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el index 9d2b87b..a2e1d72 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -162,6 +162,7 @@ The hook functions and `org-store-link' are called within a (add-to-list 'auto-mode-alist '("\\.org.txt\\'" . org-mode)) +(setq org-goto-max-level 3) (put 'org-goto-max-level 'safe-local-variable #'integerp) (defadvice org-tree-to-indirect-buffer (before |