diff --git a/config.org b/config.org index 14918df..a3aca0c 100644 --- a/config.org +++ b/config.org @@ -2712,7 +2712,7 @@ Doom patches Org mode's attachment system to show inline previews of attached im *** DWIM Command and LaTeX Fragments -The command ~+org/dwim-at-point~ will toggle all overlays in a subtree even if there are other actions that are more likely to be what the user meant (such as marking as DONE). Annoyingly, the only good way to fix this is to completely override the function. +The command ~+org/dwim-at-point~ will toggle all overlays in a subtree even if there are other actions that are more likely to be what the user meant (such as marking as DONE). Annoyingly, the only good way to fix this is to completely override the extremely long function. #+begin_src emacs-lisp (defadvice! ~/org-dwim (old-fn &optional arg) @@ -3153,7 +3153,7 @@ I have a lot of different subdirectories and groupings in my org directory, but #+call: confpkg("Org: Cite") -Org mode has a very robust system for specifying citations, one which is taken advantage of by the package =citar=. +Org mode has a very nice notation for specifying citations in square brackets, and the package =citar= uses this to implement a useful bibliography system. Let's start with some configuration. I use [[https://www.zotero.org/][Zotero]] to manage my citations, and when I want to use them in Org mode I export them to a file =library.json= (CSL JSON) in my org directory.