diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2020-02-11 13:54:43 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2020-02-11 13:54:43 -0800 |
| commit | 3d90c00da79c96cfc80f8935ef8ae8f568c0efc5 (patch) | |
| tree | bb7b3e36220b5bfbc76d3039122e8204235fb20e /emacs.d/custom/fcuny-org.el | |
| parent | emacs: easy navigation between windows (diff) | |
| download | emacs.d-3d90c00da79c96cfc80f8935ef8ae8f568c0efc5.tar.gz | |
org: path to the file to store the IDs.
Diffstat (limited to 'emacs.d/custom/fcuny-org.el')
| -rw-r--r-- | emacs.d/custom/fcuny-org.el | 2 |
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")) |
