[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] POLL: the 40 variables project
From: |
Charles Sebold |
Subject: |
Re: [Orgmode] POLL: the 40 variables project |
Date: |
Wed, 04 Feb 2009 09:29:40 -0600 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) |
On 29 Jan 2009, Carsten Dominik wrote:
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
Hopefully this isn't too late.
Using customize, here is what I have:
(org-agenda-ndays 1) ; I like daily agenda
(org-agenda-skip-deadline-if-done t)
(org-agenda-skip-scheduled-if-done t)
(org-agenda-use-time-grid nil) ; No need for the scheduling
stuff
(org-deadline-warning-days 3) ; This covers a weekend, usually
Using setq(), here is what I have:
(setq org-directory "~/org/")
(setq org-default-notes-file (concat org-directory "/process.org"))
(setq org-todo-keywords
'(
(sequence "INBOX(i)" "TICKLER(t!)" "|" "FILE(f@)" "CANCELED(k@)")
(sequence "TODO" "WAITING" "VERIFY" "|" "DONE" "REASSIGNED")
(sequence "DAILY(d)" "|" "DONEDLY" "UNSCHEDDLY(D@)")
(sequence "WEEKLY(e)" "|" "DONEWKLY" "UNSCHEDWKLY(E@)")
(sequence "MONTHLY(m)" "|" "DONEMNTHLY" "UNSCHEDMNTHLY(M@)")
(sequence "APPT" "RESCHEDULE(s@)" "|" "APPTPAST" "APPTCANCELED(n@)")
(sequence "REQUEST(r!)" "REQWAITING(w@/!)" "REQVERIFY(v)" "|"
"REQCLOSED(c!)" "REQREASSIGNED(a@)")
(sequence "PROJECT(P!)" "PROJWAITING(W@/!)" "PROJVERIFY(V)" "|"
"PROJCLOSED(C!)" "PROJREASSIGNED(A@)")
)) ; I actually prune these regularly; right now they're all in
; use
(setq org-agenda-custom-commands
'(("W" tags-todo "+work+lcms")
("w" agenda "LCMS Agenda"
((org-agenda-files '("~/org/lcms.org"))))))
; "LCMS" is where I work, just so you know
--
Charles Sebold 4th of February, 2009
GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.21trans