From 60e0de571e88b6f043bfe06d179c1852d10540bd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 2 Aug 2015 12:02:09 -0700 Subject: [PATCH] effort global properties --- dotfiles/emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index fdda54a6..4e2831b5 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -701,6 +701,10 @@ The current directory is assumed to be the project's root otherwise." ("C-c C-S-t" . org-todo-force-notes)) :config (progn + (setq org-global-properties + '(quote (("Effort_ALL" . "0:15 0:30 0:45 1:00 2:00 3:00 4:00 5:00 6:00 0:00") + ("STYLE_ALL" . "habit")))) + (setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM") (setq helm-org-headings-fontify t) ;; Enable appointment notifications.