cleanup org catpure template based on a move operation at the filesytem level

This commit is contained in:
KemoNine 2022-08-23 15:21:21 -04:00
parent 581707d965
commit 0bf972c268
1 changed files with 1 additions and 1 deletions

View File

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