aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-07 17:01:21 -0500
committerbard <[email protected]>2024-03-07 17:01:21 -0500
commit3f05da3954150cb4eced5bfbfcdccbb6820f7889 (patch)
treea3e1662eb487c1605b9dfdb4bfddc49e6465f778 /bard-emacs-modules
parent5d58ba6717326e4561652ddd1f7eb185289e346a (diff)
blogging capture template
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index 6cad27b..213c0f3 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -115,7 +115,8 @@
("j" "Journal" entry (file+datetree "~/Notes/Org-Roam/journal.org")
"* %U %^{Title}\n %?")
("a" "Appointments" entry (file+olp "~/Notes/Org-Roam/todo.org" "Appointments")
- "* %^{Appointment}\n %^t\n %?")))
+ "* %^{Appointment}\n %^t\n %?")
+ ("b" "Blog Article" entry (file+olp "~/Code/bardmandev/content/_index.org" "Latest updates"))))
;; Org Roam capture templates
(setq org-roam-capture-templates