From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steven E. Harris" Subject: Re: POLL: the 40 variables project Date: Thu, 29 Jan 2009 17:06:38 -0500 Message-ID: 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 1LSf29-0000NY-IM for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 17:06:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSf27-0000KI-Ta for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 17:06:48 -0500 Received: from [199.232.76.173] (port=51104 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSf27-0000Jg-D9 for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 17:06:47 -0500 Received: from main.gmane.org ([80.91.229.2]:58515 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 1LSf26-0003Tr-U1 for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 17:06:47 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LSf24-0003o8-OO for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 22:06:44 +0000 Received: from c-24-131-239-140.hsd1.pa.comcast.net ([24.131.239.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jan 2009 22:06:44 +0000 Received: from seh by c-24-131-239-140.hsd1.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jan 2009 22:06:44 +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: > 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