From 6299fa69dbd5add23ecff9cac3d48ecb80a03b43 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 28 Jan 2024 16:08:37 +0100 Subject: [PATCH] Translate to german --- bundle/bundle--org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index 8d5a7be3..451860d7 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -237,7 +237,7 @@ ;; Fields: Heading, timestamp, and prompts for what went well, what could be improved, and focus for tomorrow. (add-to-list 'org-capture-templates '("j" "Journal" entry (file+olp+datetree "agenda/journal.org") - "* %T - End of Day Reflection :JOURNAL:\n- What went well today?\n %?\n- What could have been improved?\n \n- What will I focus on tomorrow?\n " + "* %T - End of Day Reflection :JOURNAL:\n- Was ist heute gut gelaufen?\n %?\n- Was könnte verbessert werden?\n \n- Worauf konzentriere ich mich morgen?\n " :empty-lines 1)) ;; Appointment Capture Template