diff options
author | Aspen Smith <root@gws.fyi> | 2024-01-18T15·28-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-01-18T15·40+0000 |
commit | 4ef550caecc9e1f956a61f493546ad55fcd2cb52 (patch) | |
tree | f800c88abf2327e5bf0283b56fc12662dce00273 /users/grfn | |
parent | 6ae1bc1063f8a31cfa4b9be84ae9eb8753b9a964 (diff) |
feat(grfn/emacs): Point windtunnel org capture at inbox r/7415
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
Diffstat (limited to 'users/grfn')
-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)) |