From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cameron Horsburgh Subject: Re: POLL: the 40 variables project Date: Fri, 30 Jan 2009 19:26:43 +1100 Message-ID: <20090130082643.GG3781@earth> 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 1LSoiL-0003iz-A5 for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 03:27:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSoiJ-0003fb-6P for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 03:27:00 -0500 Received: from [199.232.76.173] (port=39632 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSoiI-0003fR-P3 for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 03:26:58 -0500 Received: from poplet2.per.eftel.com ([203.24.100.45]:41178) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSoiI-0005iK-7N for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 03:26:58 -0500 Content-Disposition: inline In-Reply-To: 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: Carsten Dominik Cc: emacs org-mode mailing list Here's my list of variables. I think all my org-mode settings have been done via customize, which I've just realised doesn't indent things very tidily. I've tried to fix it, but I'm not really used to elisp style. '(org-agenda-custom-commands (quote (("d" todo "DELEGATED" nil) ("c" todo "DONE|DEFERRED|CANCELLED" nil) ("w" todo "WAITING" nil) ("W" agenda "" ((org-agenda-ndays 21))) ("A" agenda "" ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote notregexp) "\\=.*\\[#A\\]"))) (org-agenda-ndays 1) (org-agenda-overriding-header "Today's Priority #A tasks: "))) ("u" alltodo "" ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote scheduled) (quote deadline) (quote regexp) "<[^>]+>"))) (org-agenda-overriding-header "Unscheduled TODO entries: ")))))) '(org-agenda-files (quote ("~/VersionControl/gtd/todo.org"))) '(org-agenda-ndays 7) '(org-agenda-show-all-dates t) '(org-agenda-skip-deadline-if-done t) '(org-agenda-skip-scheduled-if-done t) '(org-agenda-start-on-weekday nil) '(org-blank-before-new-entry (quote ((heading) (plain-list-item)))) '(org-deadline-warning-days 14) '(org-default-notes-file "~/VersionControl/gtd/notes.org") '(org-fast-tag-selection-single-key (quote expert)) '(org-remember-store-without-prompt t) '(org-remember-templates (quote ((116 "* TODO %?" "~/VersionControl/gtd/todo.org" "Unfiled items") (110 "* %u %?" "~/VersionControl/gtd/notes.org" "Notes")))) '(org-reverse-note-order t) -- Cameron Horsburgh Blog: http://spiritcry.wordpress.com/