Misc prose edits

This commit is contained in:
Kiana Sheibani 2024-03-19 03:28:46 -04:00
parent 406138f62e
commit 6f3b96f435
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2712,7 +2712,7 @@ Doom patches Org mode's attachment system to show inline previews of attached im
*** DWIM Command and LaTeX Fragments *** 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 #+begin_src emacs-lisp
(defadvice! ~/org-dwim (old-fn &optional arg) (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") #+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. 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.