summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-org.el')
-rw-r--r--custom/jao-custom-org.el6
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))