From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ekstrand Subject: Re: POLL: the 40 variables project Date: Thu, 29 Jan 2009 10:40:53 -0600 Message-ID: <87eiymdq0a.fsf@elehack.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSa1C-0001xF-QX for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 11:45:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSa1B-0001uE-Bt for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 11:45:29 -0500 Received: from [199.232.76.173] (port=58789 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSa1B-0001u0-7f for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 11:45:29 -0500 Received: from main.gmane.org ([80.91.229.2]:44594 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LSa19-0002pt-UQ for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 11:45:28 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LSa14-0007EP-Qj for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 16:45:22 +0000 Received: from elehack.net ([216.243.177.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jan 2009 16:45:22 +0000 Received: from michael by elehack.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jan 2009 16:45:22 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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") () "\\")) (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 .