emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: POLL: the 40 variables project


From: Steven E. Harris
Subject: [Orgmode] Re: POLL: the 40 variables project
Date: Thu, 29 Jan 2009 17:06:38 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt)

Carsten Dominik <address@hidden> 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





reply via email to

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