diff options
Diffstat (limited to 'users/grfn/emacs.d')
-rw-r--r-- | users/grfn/emacs.d/org-config.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/grfn/emacs.d/org-config.el b/users/grfn/emacs.d/org-config.el index a1ef839fc872..c26207ad09a1 100644 --- a/users/grfn/emacs.d/org-config.el +++ b/users/grfn/emacs.d/org-config.el @@ -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)) |