diff options
Diffstat (limited to 'custom/jao-custom-org.el')
-rw-r--r-- | custom/jao-custom-org.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index cd4ec25..f4e84a8 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -30,6 +30,9 @@ org-modules '(bibtex info eww eshell git-link) org-odd-levels-only t org-outline-path-complete-in-steps nil + org-persist-directory (jao-d-l + "~/Tmp/org-persist" + "/tmp/org-persist") org-refile-allow-creating-parent-nodes 'confirm org-refile-targets '((nil :maxlevel . 5) (org-agenda-files :maxlevel . 5)) |