From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: POLL: the 40 variables project Date: Thu, 29 Jan 2009 12:59:07 +0100 Message-ID: <87tz7iz5kk.fsf@thinkpad.tsdh.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSVYG-000460-NJ for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 06:59:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSVYE-00045T-VU for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 06:59:19 -0500 Received: from [199.232.76.173] (port=54552 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSVYE-00045Q-Pw for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 06:59:18 -0500 Received: from main.gmane.org ([80.91.229.2]:51493 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LSVYE-0004vD-9n for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 06:59:18 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LSVYB-0004ej-9a for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 11:59:15 +0000 Received: from 141.26.67.2 ([141.26.67.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jan 2009 11:59:15 +0000 Received: from tassilo by 141.26.67.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jan 2009 11:59:15 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik 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