diff options
author | Franck Cuny <franck@fcuny.net> | 2023-02-21 19:45:38 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-02-21 19:45:38 -0800 |
commit | afefb951e598f7438e687cff0ab31fa431bad7a4 (patch) | |
tree | 296dacdd314c8ec7b22654986dd763fd79a64ee9 | |
parent | fix(ui): don't coerce buffers for wo|man (diff) | |
download | emacs.d-afefb951e598f7438e687cff0ab31fa431bad7a4.tar.gz |
fix(org): typo in a header
Change-Id: Ife43dedb7afeb1fec12bb042211a142ea4a37688
-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") |