From 3f05da3954150cb4eced5bfbfcdccbb6820f7889 Mon Sep 17 00:00:00 2001 From: bard Date: Thu, 7 Mar 2024 17:01:21 -0500 Subject: blogging capture template --- bard-emacs-modules/bard-emacs-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3