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/ _______________________________________________ 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