From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: POLL: the 40 variables project Date: Fri, 30 Jan 2009 10:35:20 +0000 Message-ID: References: <3CA13AF2-AFF7-49D1-97B6-7AF5AF6C1301@uva.nl> <7ACEEBD0-B96A-4181-A729-2E226E8935D4@uva.nl> <45E50DB7-E2E5-4DBB-AD44-3CC650ADD1C1@uva.nl> <607CE65C-55E5-4678-B6CC-65505857EC54@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSqia-00057h-82 for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 05:35:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSqiY-00057V-V1 for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 05:35:23 -0500 Received: from [199.232.76.173] (port=50314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSqiY-00057S-Pf for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 05:35:22 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]:14417) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSqiY-0005Pj-B6 for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 05:35:22 -0500 Received: by fg-out-1718.google.com with SMTP id e12so314091fga.30 for ; Fri, 30 Jan 2009 02:35:20 -0800 (PST) In-Reply-To: <607CE65C-55E5-4678-B6CC-65505857EC54@uva.nl> 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: Carsten Dominik Cc: emacs org-mode mailing list Somehow, I woke up this morning to find that all my 'Customize' settiings were missing from my .emacs (that ever happened to anyone?), so these are just a few variables I've set up manually. '(org-hide-leading-stars t) ;; looks cleaner, best with lighter preceeding stars, so I can still count levels org-export-latex-classes set to a long value you don't want in your table. Includes a few custom headers for my thesis I use org for writing and note-taking, and for any elaborate writing project, I always set up both local TODO keywords and tags. And don't forget that 'other' org customization variable: (setq default-major-mode 'org-mode) ;might as well. I came to emacs for org. This thread is very helpful, particularly since I'm the newish org-learner it's designed for. Very good idea, Carsten. Scot (Ah, now I think that my Customizations problem had to do with an .emacs that wasn't fully loaded, but to which I tried to save customizations anyway, or which I edited in vim while I had it open in emacs, or something silly like that.... Though I'm sure I didn't touch the customization section itself. I'll have to be more careful when I get the config-file problem warning in the future).