From afefb951e598f7438e687cff0ab31fa431bad7a4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 21 Feb 2023 19:45:38 -0800 Subject: fix(org): typo in a header Change-Id: Ife43dedb7afeb1fec12bb042211a142ea4a37688 --- emacs/custom/my-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/custom') 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") -- cgit 1.4.1