diff options
| author | bard <[email protected]> | 2023-10-18 04:40:03 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2023-10-18 04:40:03 -0400 |
| commit | b0426cc6cc1f777397b67aae8620fc106182fd9d (patch) | |
| tree | 931f7fb330acb8c5ab4aec502bb21282d479fb85 /bard-emacs-modules/bard-emacs-org.el | |
| parent | 349d6965f0f197439b1d1f5f63d434328b92e2fe (diff) | |
zenburn theme
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index cb31536..b2691f5 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -86,10 +86,10 @@ "* TODO %?") ("r" "Reading List" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Immediate Reading List") "* %?") - ("p" "Protocol" entry (file+olp "~/Notes/Org-Roam/media.org" "Watch/Read List" "Quotes") - "* Source: [[%:link][%:description]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?") + ("p" "Protocol" entry (file+olp "~/Notes/Org-Roam/media.org" "Quotes") + "* Source: [[%:link][%:description]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n%?") ("L" "Protocol Link" entry (file+olp "~/Notes/Org-Roam/media.org" "Watch/Read List") - "* [[%:link][%:description]] \nCaptured On: %U \n** Notes:\n%?") + "* [[%:link][%:description]] \nCaptured On: %U \n%?") ("j" "Journal" entry (file+datetree "~/Notes/Org-Roam/journal.org") "* %U %^{Title}\n %?") ("a" "Appointments" entry (file+olp "~/Notes/Org-Roam/todo.org" "Appointments") |
