diff options
author | noa@gaiwan.org | 2024-08-08 00:32:03 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-08-08 00:32:03 +0000 |
commit | 08f452a2fb09f4c2ed5ba826b5d8f70a536b19df (patch) | |
tree | 42644c01f9e1abd3ffe30f3cac2f6a0957ffe49d /config.org | |
parent | 0482a92b78b272dbf79894d2cb2fa35e89b1fd67 (diff) |
Use separate file for reference notes
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.org b/config.org index 5ce8f70..e1e27d4 100644 --- a/config.org +++ b/config.org @@ -1895,8 +1895,8 @@ The biblio package allows us to import references from online sources. Taking notes on papers: #+begin_src elisp - (setopt ebib-notes-directory "~/data/notes") - (setopt ebib-notes-locations '("~/data/notes")) + (setopt ebib-notes-directory "~/data") + (setopt ebib-notes-locations '("~/data/references.org")) + (setopt ebib-notes-default-file "~/data/references.org") (setopt ebib-notes-storage 'multiple-notes-per-file) - (setopt ebib-notes-use-org-capture "b") #+end_src |