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