summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-org.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-02-11 13:54:43 -0800
committerFranck Cuny <franck.cuny@gmail.com>2020-02-11 13:54:43 -0800
commit3d90c00da79c96cfc80f8935ef8ae8f568c0efc5 (patch)
treebb7b3e36220b5bfbc76d3039122e8204235fb20e /emacs.d/custom/fcuny-org.el
parentemacs: easy navigation between windows (diff)
downloademacs.d-3d90c00da79c96cfc80f8935ef8ae8f568c0efc5.tar.gz
org: path to the file to store the IDs.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 95c26dd..b065ae2 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -44,6 +44,8 @@ _g n_: go to notes
     ("s" (org-save-all-org-buffers)))
 
   :custom
+  (org-id-locations-file (concat fcuny/path-emacs-var "/org-id-locations"))
+
   (org-directory (expand-file-name "~/Documents/notebooks"))
   (org-default-tasks-file (concat org-directory "/tasks.org"))
   (org-default-journal-file (concat org-directory "/journal.org"))