From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: R: POLL: the 40 variables project Date: Fri, 30 Jan 2009 08:43:01 +0000 (GMT) Message-ID: <761701.90588.qm@web28308.mail.ukl.yahoo.com> References: Reply-To: giovanni.ridolfi@yahoo.it Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSoxx-000258-2v for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 03:43:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSoxs-00024w-DC for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 03:43:07 -0500 Received: from [199.232.76.173] (port=38313 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSoxs-00024t-7h for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 03:43:04 -0500 Received: from n5a.bullet.ukl.yahoo.com ([217.146.183.153]:24481) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LSoxr-000754-OS for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 03:43:04 -0500 In-Reply-To: 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 org-mode mailing list , Carsten Dominik --- Gio 29/1/09, Carsten Dominik ha scritto: > list all the Org-related variables that you have > customized, along with the values you used? >=20 > - why you set the variable like this > - if you feel that the default value of that variable > should be different > - Any other comments you might what to give. I prefer customization on a per-file basis. I have=20 only 3 files, I began such way and did not investigate if it is possible to define everything in .emacs like: (setq org-todo-keywords /namefile/ "TODO WtF DONE") Here we go: file 1 #+SEQ_TODO: TODO WAITING-FOR DONE ; why? GTD scheme. #+STARTUP: overview lognoterepeat hidestars [1]; hidestars makes the outline look clearer file 2 #+STARTUP: content [2]; why? I need to se the content of the tree #+STARTUP: customtime [3]; why? I have to use such format in column view ; ; comment: would it be possible also to *export*=20 ; the time in such format? ; #+DRAWERS: dummy [4]; why? I use this file as a database, so need to see the :PROPERTIES: dr= awers contents with the values of every variable. #Local Variables: #org-time-stamp-custom-formats : ("<%d-%m-%Y>" . "<%d-%m-%Y %a %H:%M>") #End: file 3 #+SEQ_TODO: READ DONE [5]; why? Its a file I use to remember to read scientific=20 ; journals the day they're published on web ..emacs=20 org-remember-templates=20 ; my templates ;-) (custom-set-variables '(org-agenda-files=20 ; why? does my file coincide with Carsten's ones? ;-) ; '(safe-local-variable-values (quote ((org-export-html-style . "=20 [6]; why? because I have to export file to html & import in M$Word ; for sharing with coworkers ------------------- Summary for Manish: | Submitter | Variable | Value = | Comment | | Giovanni Ridolfi | org-startup-options | overview lognoterepeat= hidestars | [1] | | Giovanni Ridolfi | org-startup-options | content customtime = | [2] [3] | | Giovanni Ridolfi | org-time-stamp-custom-formats | = | | | Giovanni Ridolfi | org-todo-keywords | TODO WAITING-FOR DONE = | GDT | | Giovanni Ridolfi | org-todo-keywords | READ DONE = | [5] | | Giovanni Ridolfi | org-drawers | dummy = | [4] | | | | = | | | Giovanni Ridolfi | org-remember-templates | = | personal | | Giovanni Ridolfi | org-agenda-files | = | personal | | Giovanni Ridolfi | org-export-html-style | = | [6] | cheers=20 Giovanni=0A=0A=0A