diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-org.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/custom/my-org.el b/emacs/custom/my-org.el index 2d8e294..77d428c 100644 --- a/emacs/custom/my-org.el +++ b/emacs/custom/my-org.el @@ -103,6 +103,11 @@ ("n" "Note" entry (file "notes.org") "* %?\n:PROPERTIES:\n:CREATED: %T\n:END:\n") + ("f" "elfeed" entry (file "inbox.org") + ,(concat "* TODO %:elfeed-entry-title\n" + ":PROPERTIES:\n:CREATED: %T\n:END:\n" + "%a\n")) + ("j" "Journal" entry (file+olp+datetree "journal.org") "* %?\n:PROPERTIES:\n:CREATED: %T\n:END:\n" :tree-type day))) |