From 7e55421d8d462c3c3658cdf2f680ab97329bfa94 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Tue, 17 Nov 2020 18:21:57 +0100 Subject: [PATCH] Define global properties --- bundle/bundle--package.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 97c8b419..e5ba1075 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -106,6 +106,7 @@ There are two things you can do about this warning: org-log-done (quote time) org-startup-folded t org-startup-truncated nil + org-global-properties (quote (("EFFORT_ALL" . "1:00 2:00 3:00 5:00 8:00 13:00"))) org-todo-keywords (quote ((sequence "OPEN" "TODO" "DOING" "|" "DONE"))) org-export-backends (quote (ascii beamer html icalendar latex md)) org-duration-format (quote h:mm)