From 6f3b96f4350f3688463f7234d098304e802cf814 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 19 Mar 2024 03:28:46 -0400 Subject: [PATCH] Misc prose edits --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.