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: Stephan Schmitt
Subject: Re: [Orgmode] POLL: the 40 variables project
Date: Fri, 30 Jan 2009 12:33:41 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090106)

Here's my customization:
in todo.org:

#+STARTUP: content
#+STARTUP: lognotedone
#+SEQ_TODO: TODO(t@) STARTED(s) WAITING(w@/@) DELEGATED(d@) | DONE(D@)
DEFERRED(F@) CANCELLED(C@)
#+SEQ_TODO: APPT(a) RESCHEDULE(r@) | APPTDONE(A@) APPTCANCELLED(P@)

in .emacs:
(custom-set-variables
 '(org-agenda-files (quote ("~/orga/org/todo.org")))
 '(org-agenda-include-diary nil)
 '(org-agenda-skip-deadline-if-done t)
 '(org-agenda-skip-scheduled-if-done t)
 '(org-agenda-skip-unavailable-files t)
 '(org-agenda-start-on-weekday nil)
 '(org-attach-file-list-property nil)
 '(org-default-notes-file "~/orga/org/notes.org")
 '(org-directory "~/orga/org/")
 '(org-edit-timestamp-down-means-later t)
 '(org-export-with-LaTeX-fragments t)
 '(org-fast-tag-selection-single-key (quote expert))
 '(org-hide-leading-stars t)
 '(org-id-method (quote uuidgen))
 '(org-log-done t)
 '(org-log-done-with-time nil)
 '(org-refile-use-outline-path t)
 '(org-remember-templates (quote (("todo" 116 "* TODO %?
  %u" "~/orga/org/todo.org" "Tasks" nil))))
 '(org-reverse-note-order (quote (("todo" . t))))
 '(org-special-ctrl-a t)
 '(org-special-ctrl-a/e t)
 '(org-startup-folded (quote content))
 '(org-time-stamp-rounding-minutes 5)
 '(org-todo-keywords (quote ("TODO" "WAITING" "DONE")))
 '(org-use-fast-todo-selection t)))




reply via email to

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