Carsten Dominik <domi...@science.uva.nl> writes: > 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?
This set hasn't grown much lately, but I'm still not completely "moved in". (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key mode-specific-map [?a] 'org-agenda) (setq org-directory "~/doc/org/" org-special-ctrl-a/e t org-agenda-skip-deadline-if-done t org-agenda-skip-scheduled-if-done t org-agenda-start-on-weekday nil org-todo-keywords '((sequence "TODO(t)" "STARTED(s!)" "WAITING(w@/!)" "DELEGATED(g@/!)" "APPT(a@)" "|" "DONE(d!)" "DEFERRED(f@)" "CANCELLED(c@)")) org-use-fast-todo-selection t org-log-done '(done) org-hide-leading-stars t org-agenda-include-diary t) -- Steven E. Harris _______________________________________________ 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