Move Org and References directories into ~/Documents/
This commit is contained in:
parent
2654c0f28d
commit
f4d1215567
|
@ -446,7 +446,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
|||
For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||
|
||||
#+begin_src emacs-lisp :results output silent
|
||||
(setq org-directory "~/Org"
|
||||
(setq org-directory "~/Documents/Org"
|
||||
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
||||
org-pretty-entities-include-sub-superscripts t
|
||||
org-pretty-entities-include-sub-superscripts t
|
||||
|
@ -560,14 +560,13 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
(org-noter-doc-property-in-notes t)
|
||||
(org-noter-notes-search-path (list
|
||||
(expand-file-name org-directory)
|
||||
(expand-file-name "~/References/library/")
|
||||
(expand-file-name "~/Documents/")))
|
||||
(expand-file-name "~/Documents/References/library/")))
|
||||
(org-noter-prefer-root-as-file-level nil))
|
||||
#+end_src
|
||||
|
||||
** Citar
|
||||
#+begin_src emacs-lisp :results output silent
|
||||
(let ((citar-base-directory "~/References"))
|
||||
(let ((citar-base-directory "~/Documents/References"))
|
||||
(setq citar-bibliography (expand-file-name "main.bib" citar-base-directory)
|
||||
citar-library-paths (list (expand-file-name "library" citar-base-directory))
|
||||
citar-notes-paths (list (expand-file-name "notes" citar-base-directory))))
|
||||
|
|
Loading…
Reference in a new issue