aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-07-10 10:19:49 -0700
committerGravatar Tom Willemse2020-07-10 10:19:49 -0700
commit86e8f8987e5fd4f71389f249ff549e7a95d7599c (patch)
treecb2827026ee371733c102278be419bb4cafff88d /oni-org/oni-org.el
parent0908027f9f374803a5efa09e7a65ac09dcc4fee4 (diff)
downloademacs-config-86e8f8987e5fd4f71389f249ff549e7a95d7599c.tar.gz
emacs-config-86e8f8987e5fd4f71389f249ff549e7a95d7599c.zip
Add inbox capture template
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 5ff19f6..175544a 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -287,7 +287,10 @@ also move point to the start of the heading."
'(("n" ((in-mode . "nov-mode")))))
(setq org-capture-templates
- `(("t" "Task" entry
+ `(("i" "Inbox" entry
+ (file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
+ "* %?\n:PROPERTIES:\n:CREATED: %U\n:ORIGIN: %a\n:END:\n\n%i")
+ ("t" "Task" entry
(file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
"* TODO %i%?\n :PROPERTIES:\n :CREATED: %U\n :END:")
("a" "Appointment" entry