diff options
| author | Yuchen Pei <id@ypei.org> | 2023-08-19 19:06:41 +1000 | 
|---|---|---|
| committer | Yuchen Pei <id@ypei.org> | 2023-08-19 19:06:41 +1000 | 
| commit | 011a8eb2f09be60d37bc8db2f258a96bfa97bf0e (patch) | |
| tree | 2baa722114145b5126a69e041265f1849ab366fb /emacs | |
| parent | aa72a9538a9a49d4eb0beee2c2307bfce9506fe2 (diff) | |
minor change to org creating id
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init/ycp-org.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el index b9677c1..da56b51 100644 --- a/emacs/.emacs.d/init/ycp-org.el +++ b/emacs/.emacs.d/init/ycp-org.el @@ -136,7 +136,7 @@    )  (my-package org-id -  (setq org-id-link-to-org-use-id 'create-if-interactive) +  (setq org-id-link-to-org-use-id t)    )  ;;; cite | 
