cleanup org catpure template based on a move operation at the filesytem level
This commit is contained in:
parent
581707d965
commit
0bf972c268
|
@ -2,7 +2,7 @@
|
||||||
; orgmode capture templates
|
; orgmode capture templates
|
||||||
(setq org-capture-templates '(
|
(setq org-capture-templates '(
|
||||||
("b" "Blog Post" entry
|
("b" "Blog Post" entry
|
||||||
(file+headline "~/org/blog_posts.org" "Drafts")
|
(file+headline "~/org/blog/_blog.org" "Drafts")
|
||||||
(file "~/org/template_blog.org")
|
(file "~/org/template_blog.org")
|
||||||
)
|
)
|
||||||
("g" "GAZ")
|
("g" "GAZ")
|
||||||
|
|
Reference in a new issue