diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/my-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/my-org.el b/emacs/custom/my-org.el index d4b7837..73b4863 100644 --- a/emacs/custom/my-org.el +++ b/emacs/custom/my-org.el @@ -99,7 +99,7 @@ `(("t" "tasks" entry (file "inbox.org") "* TODO [#D] %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n") - ("T" "TIL" entry (file+headline "til.org" "Today I learnt") + ("T" "TIL" entry (file+headline "til.org" "Today I learned") "* %^{title} :%^{tag}:\n:PROPERTIES:\n:CREATED: %U\n:END:\n%?\nSource: %^C") ("n" "note" entry (file "notes.org") |