From 0bf972c26877e0fa87bd2464a40a0e03827caf18 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 23 Aug 2022 15:21:21 -0400 Subject: [PATCH] cleanup org catpure template based on a move operation at the filesytem level --- org/config-org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 1e3afa1..34a6660 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -2,7 +2,7 @@ ; orgmode capture templates (setq org-capture-templates '( ("b" "Blog Post" entry - (file+headline "~/org/blog_posts.org" "Drafts") + (file+headline "~/org/blog/_blog.org" "Drafts") (file "~/org/template_blog.org") ) ("g" "GAZ")