diff --git a/README.org b/README.org index 4f01ad0..48b3f0e 100644 --- a/README.org +++ b/README.org @@ -533,6 +533,23 @@ For reference information, see [[https://orgmode.com][Org-mode website]] "* TODO Read %:subject\nSCHEDULED:%t\nDEADLINE: %(org-insert-time-stamp (org-read-date nil t \"+2d\"))\n\n%a\n\n%i") )) #+end_src +** org-noter +#+begin_src emacs-lisp + (use-package org-noter + :ensure t + :diminish + :custom + (org-noter-always-create-frame nil) + (org-noter-kill-frame-at-session-end nil) + (org-noter-auto-save-last-location t) + (org-noter-default-notes-file-names '("notes.org")) + (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/"))) + (org-noter-prefer-root-as-file-level nil)) +#+end_src ** Citar #+begin_src emacs-lisp :results output silent