From 55c3b60964c3d6c94584543fab580113cbbccf71 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 16 Jun 2019 15:52:13 +0200 Subject: [PATCH] =?UTF-8?q?[Org]=20Readd=20default=20value=20for=20?= =?UTF-8?q?=E2=80=98org-duration-format=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 6afe4de..f785c19 100644 --- a/init.el +++ b/init.el @@ -699,6 +699,8 @@ search commands like `db/helm-shortcuts’." org-ellipsis "⤵" org-fontify-done-headline nil + org-duration-format '(("y") ("w") ("d") (special . h:mm)) + org-todo-keywords '((sequence "TODO(t)" "CONT(n!)" "|" "DONE(d@)") (sequence "GOTO(g)" "ATTN(a)" "|" "DONE(d@)")