emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] POLL: the 40 variables project


From: Cameron Horsburgh
Subject: Re: [Orgmode] POLL: the 40 variables project
Date: Fri, 30 Jan 2009 19:26:43 +1100
User-agent: Mutt/1.5.18 (2008-05-17)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]