Ones I find in my main PIM configuration file: (add-hook org-mode-hook ...) (setq org-hide-leading-stars t) (setq org-deadline-warning-days 7 org-agenda-skip-scheduled-if-done t org-agenda-start-on-weekday nil org-agenda-include-diary t org-agenda-sorting-strategy '(time-up priority-down) org-agenda-skip-deadline-if-done t)
(setf org-agenda-time-grid '((daily today require-timed remove-match) "----------------" (800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 2000))) (setq-default org-tag-alist '(("PROJECT" . ?p) ("READING" . ?r) ("JENN" . ?j) ("QUESTION" . ?q) ("OBSERVATION" . ?o) ("IDEA" . ?i) ("BUY" . ?y) ("MEETING" . ?m) ("PHONE" . ?h) ("TaskBucket" . ?B) ("brainstorm" . ?b))) (setq org-stuck-projects '("+PROJECT/-SOMEDAY-MAYBE-FINISHED-CANCELLED" ("NEXT" "WAITING" "INPROGRESS") () "\\<IGNORE\\>")) (setq-default org-todo-keywords '((type "NEXT(n)" "PENDING(p)" "INPROGRESS(i)" "WAITING(w)" "DEFERRED(F)" "DELEGATED(l)" "|" "DONE(d)" "DROPPED(r)") (type "ACTIVE(a)" "MAYBE(m)" "SOMEDAY(s)" "|" "FINISHED(f)" "CANCELLED(N)") (type "BUG(b)" "|" "FIXED(x)" "WONTFIX(w)") (type "OPEN(o)" "|" "CLOSED(c)"))) (setq-default org-use-tag-inheritance "^\\(READING\\|JENN\\)$" org-use-fast-todo-selection t org-tags-match-list-sublevels t org-fast-tag-selection-include-todo nil) (setq org-agenda-custom-commands '(("A" "Master Agenda" ((agenda "") (todo "NEXT" ((org-agenda-group-by-property "CONTEXT"))) (todo "BUG"))) ("w" todo "WAITING") ("W" todo-tree "WAITING") ("i" todo "INPROGRESS") ("f" todo "DEFERRED") ("p" tags "+PROJECT/-FINISHED-SOMEDAY-MAYBE-CANCELLED") ("s" todo "SOMEDAY") ("S" todo "SOMEDAY|MAYBE") ("m" todo "MAYBE") ("r" tags-todo "READING") ("b" todo "BUG") ("n" . "Next Actions lists") ("na" "Next Actions" ((todo "NEXT" ((org-agenda-group-by-property "CONTEXT"))) (todo "BUG"))) ("nu" tags "CONTEXT=\"\"/NEXT") ("nc" tags "CONTEXT=\"COMPUTER\"/NEXT") ("nh" tags "CONTEXT=\"HOME\"/NEXT") ("nj" tags "CONTEXT=\"JOHN\"/NEXT") ("no" tags "CONTEXT=\"OFFICE\"/NEXT") ("np" todo "PENDING" ((org-agenda-group-by-property "CONTEXT"))) ("nO" tags "READING|CONTEXT=\"OFFICE\"|CONTEXT=\"COMPUTER\"/NEXT"))) (setq org-use-property-inheritance '("CONTEXT")) (add-hook 'org-after-todo-statistics-hook 'org-summary-todo) (setq org-default-notes-file "~/org/master.org") - Michael -- mouse, n: A device for pointing at the xterm in which you want to type. Confused by the strange files? I cryptographically sign my messages. For more information see <http://www.elehack.net/resources/gpg>. _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode