aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbard <[email protected]>2023-10-11 21:12:06 -0400
committerbard <[email protected]>2023-10-11 21:12:06 -0400
commit349d6965f0f197439b1d1f5f63d434328b92e2fe (patch)
tree258a7af3dbb3d446bdb954764bab60cd6dca024a
parent3a4941d2b5064e3dbd05d9d94aa4a27f5fa44871 (diff)
fixed org capture templates for new system
-rw-r--r--bard-emacs-modules/bard-emacs-org.el10
-rw-r--r--bookmarks8
2 files changed, 9 insertions, 9 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index d08412e..cb31536 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -84,15 +84,15 @@
"* TODO %?")
("e" "Extra/Coding" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Extra/Coding")
"* TODO %?")
- ("r" "Reading List" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Watch/Read List")
+ ("r" "Reading List" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Immediate Reading List")
"* %?")
- ("p" "Protocol" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Quotes")
- "* %^{Title}\nSource: %u, %c\n #+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?")
- ("L" "Protocol Link" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Watch/Read 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%?")
+ ("L" "Protocol Link" entry (file+olp "~/Notes/Org-Roam/media.org" "Watch/Read List")
"* [[%:link][%:description]] \nCaptured On: %U \n** Notes:\n%?")
("j" "Journal" entry (file+datetree "~/Notes/Org-Roam/journal.org")
"* %U %^{Title}\n %?")
- ("a" "Appointment" entry (file+heading "~/Notes/Org-Roam/todo.org" "Appointment")
+ ("a" "Appointments" entry (file+olp "~/Notes/Org-Roam/todo.org" "Appointments")
"* %^{Task}\n %^t\n %?")))
;; Org Roam capture templates
diff --git a/bookmarks b/bookmarks
index 30460aa..a911b87 100644
--- a/bookmarks
+++ b/bookmarks
@@ -3,10 +3,10 @@
;;; nevertheless, you probably don't want to edit it.
;;; -*- End Of Bookmark File Format Version Stamp -*-
(("org-capture-last-stored"
- (filename . "~/Notes/Org-Roam/journal.org")
- (front-context-string . "**** [2023-10-08")
- (rear-context-string . "23-10-08 Sunday\n")
- (position . 1816))
+ (filename . "~/Notes/Org-Roam/todo.org")
+ (front-context-string . "*** test\nSource:")
+ (rear-context-string . ":57] \n** Quotes\n")
+ (position . 2147))
("School"
(filename . "~/Documents/School/")
(front-context-string . "APUSH.pdf\n -rw-")