diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |