From caf23e239a44bfd5f976d17a73f2f3cf8ecac307 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 7 Sep 2017 13:27:26 +0200 Subject: [PATCH] Add task entry to org-capture-templates --- modules/org/org-capture/config.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/org/org-capture/config.el b/modules/org/org-capture/config.el index 2d8b8764a..a4baf2f96 100644 --- a/modules/org/org-capture/config.el +++ b/modules/org/org-capture/config.el @@ -17,8 +17,11 @@ (setq org-default-notes-file (concat +org-dir "notes.org") ;; FIXME This is incomplete! org-capture-templates - '(;; TODO: New Task (todo) - ;; TODO: New vocabulary word + '(;; TODO: New vocabulary word + + ("t" "Todo" entry + (file+headline (expand-file-name "todo.org" +org-dir) "Inbox") + "* [ ] %?") ("c" "Changelog" entry (file+headline (expand-file-name "CHANGELOG.org" (doom-project-root)) "Unreleased")