diff options
author | jao <jao@gnu.org> | 2025-09-21 19:35:18 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-21 19:35:18 +0100 |
commit | 9007494f421bcf6c5f0f66d6352d3cc9f3704d94 (patch) | |
tree | a5c14c2dee9a1f44988796e4e89b7a81bed90485 /custom/jao-custom-org.el | |
parent | c986fbe8900cddafc5618a2dccffe8aae8bc5180 (diff) | |
download | elibs-9007494f421bcf6c5f0f66d6352d3cc9f3704d94.tar.gz elibs-9007494f421bcf6c5f0f66d6352d3cc9f3704d94.tar.bz2 |
org-persist cache, again
Diffstat (limited to 'custom/jao-custom-org.el')
-rw-r--r-- | custom/jao-custom-org.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index f4e84a8..8ebfe5a 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -22,7 +22,6 @@ org-enforce-todo-dependencies t org-fast-tag-selection-single-key 'expert org-insert-heading-respect-content nil ;; for C-RET - ;; org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+")) org-link-frame-setup '((gnus . (lambda (&optional x) (jao-open-gnus-frame))) (file . find-file-other-window)) @@ -30,9 +29,8 @@ 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-persist-directory (expand-file-name "cache/org-persist" + user-emacs-directory) org-refile-allow-creating-parent-nodes 'confirm org-refile-targets '((nil :maxlevel . 5) (org-agenda-files :maxlevel . 5)) |