adjust org-capture lightly
This commit is contained in:
parent
f0497a5370
commit
f1e597933b
|
@ -21,21 +21,21 @@
|
|||
(setq org-capture-templates '(
|
||||
("d" "TODO (Main)" entry
|
||||
(file "~/org/orgzly/_todo.org")
|
||||
(file "~/org/template_todo.org")
|
||||
(file "~/org/_org-capture-templates/template_todo.org")
|
||||
:prepend t
|
||||
:immediate-finish "f"
|
||||
:jump-to-captured "t"
|
||||
)
|
||||
("s" "TODO (Slipbox)" entry
|
||||
(file "~/org/orgzly/_slipbox.org")
|
||||
(file "~/org/template_slipbox.org")
|
||||
(file "~/org/_org-capture-templates/template_slipbox.org")
|
||||
:prepend t
|
||||
:immediate-finish "f"
|
||||
:jump-to-captured "t"
|
||||
)
|
||||
("b" "Blog Post" entry
|
||||
(file+headline "~/org/blog/_blog.org" "Drafts")
|
||||
(file "~/org/template_blog.org")
|
||||
(file "~/org/_org-capture-templates/template_blog.org")
|
||||
)
|
||||
("g" "Gaming")
|
||||
("gd" "Destiny")
|
||||
|
|
Reference in a new issue