From 3d90c00da79c96cfc80f8935ef8ae8f568c0efc5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 11 Feb 2020 13:54:43 -0800 Subject: org: path to the file to store the IDs. --- emacs.d/custom/fcuny-org.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/custom/fcuny-org.el') 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")) -- cgit 1.4.1