Add some more capture templates
This commit is contained in:
parent
c1106dfb3d
commit
c68c26345e
1 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0305.224948
|
||||
;; Version: 2020.0307.152844
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -247,7 +247,17 @@ _l_: Store link ^^ _j_: Journal entry
|
|||
("j" "Journal entry" entry
|
||||
(file+olp+datetree
|
||||
,(oni-org-expand-to-home "documents/gtd/journal.org"))
|
||||
"* %<%H:%M:%S>\n %?")))
|
||||
"* %<%H:%M:%S>\n %?")
|
||||
("c" "Item to current clocked task" item
|
||||
(clock)
|
||||
" %i%?" :empty-lines 1)
|
||||
("C" "Contents to current clocked tasks" plain
|
||||
(clock)
|
||||
" #+BEGIN_EXAMPLE\n %i\n #+END_EXAMPLE"
|
||||
:immediate-finish t :empty-lines 1)
|
||||
("K" "Kill-ring to current clocked task" plain
|
||||
(clock)
|
||||
" %c" :immediate-finish t :empty-lines 1)))
|
||||
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO(t)" "BLOCKED(b@)" "IN-PROGRESS(p)"
|
||||
|
|
Loading…
Reference in a new issue