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")