feat(grfn/emacs): Point windtunnel org capture at inbox
Change-Id: I643c87c03fe86989cccb500c94ce51b65ec9b2f7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10659 Autosubmit: aspen <root@gws.fyi> Reviewed-by: aspen <root@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
6ae1bc1063
commit
4ef550caec
1 changed files with 1 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
|||
(file+headline ,(notes-file "tvix.org") "Tvix TODO")
|
||||
"* TODO %?\nContext %a\nIn task: %K")
|
||||
("pw" "Windtunnel" entry
|
||||
(file+headline ,(notes-file "windtunnel.org") "Tasks")
|
||||
(file+headline ,(notes-file "windtunnel.org") "Inbox")
|
||||
"* TODO %i%?\nContext: %a\nIn task: %K")
|
||||
)
|
||||
|
||||
|
@ -128,7 +128,6 @@
|
|||
|
||||
org-babel-clojure-backend 'cider)
|
||||
|
||||
|
||||
(defun +grfn/insert-work-template ()
|
||||
(interactive)
|
||||
(goto-char (point-min))
|
||||
|
|
Loading…
Reference in a new issue