From: Don Armstrong Date: Thu, 7 Feb 2013 21:55:36 +0000 (-0800) Subject: add global properties; do not disable narrow-to-region X-Git-Url: https://git.donarmstrong.com/?p=emacs.git;a=commitdiff_plain;h=77431ac9d1e4c222de2b970cf5f6ccca73c48793 add global properties; do not disable narrow-to-region --- diff --git a/.emacs b/.emacs index 3f3a66f..92d1353 100644 --- a/.emacs +++ b/.emacs @@ -87,6 +87,9 @@ "~/projects/chaim/chaim.org" "~/projects/fh/fh.org"))) +(setq org-global-properties "Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00") +(setq org-global-columns-default-format "%40ITEM(Task) %17Effort(Estimated Effort){:} %CLOCKSUM") + (setq org-default-notes-file "~/projects/notes/notes.org") (setq org-capture-templates ;; mail-specific note template, identified by "m" '(("m" "Mail" entry (file+headline "~/projects/notes/refile.org" "Mail") @@ -361,10 +364,8 @@ (setq default-directory (file-name-as-directory path)))) (put 'upcase-region 'disabled nil) - (put 'downcase-region 'disabled nil) - -(put 'narrow-to-region 'diabled nil) +(put 'narrow-to-region 'disabled nil) ;; The following lines are always needed. Choose your own keys. (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))