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: Tassilo Horn
Subject: [Orgmode] Re: POLL: the 40 variables project
Date: Thu, 29 Jan 2009 12:59:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Carsten Dominik <address@hidden> writes:

Hi Carsten,

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

Ok, here I go with some comments added.

(setq org-return-follows-link t
      ;; I don't want a new frame popping up for gnus messages
      org-link-frame-setup '((vm . vm-visit-folder)
                             (gnus . org-gnus-no-new-news)
                             (file . find-file-other-window))
      ;; This should be default.  I think it's useful and non-obtrusive
      org-log-done 'time
      ;; Some appts I added with the ical import
      org-agenda-include-diary t
      ;; I love it!
      org-use-fast-todo-selection t
      ;; A bit finer than the defaults + keys for fast selection
      org-todo-keywords
      '((sequence "TODO(t)" "STARTED(s)" "WISH(w)"
                  "|" "DONE(d)" "CANCELLED(c)"))
      ;; tags with shortcuts I need in all projects
      org-tag-alist '(("meeting" . ?m) ("trip" . ?t) ("chat" . ?c))
      ;; On gmane/google articles don't expire, so...
      org-gnus-prefer-web-links t
      ;; Very nice with a light-grey face for the leading stars.
      org-hide-leading-stars t
      ;; Well, I don't use column most of the time, but...
      org-columns-default-format "%50ITEM %TODO %ALLTAGS %SCHEDULED %DEADLINE"
      ;; I think that would be a good default.
      org-special-ctrl-a/e 'reversed)

Bye,
Tassilo





reply via email to

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