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)))


_______________________________________________
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

Reply via email to