From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Lancaster Subject: Re: Hiding #+XXX lines Date: Fri, 22 May 2009 16:12:31 -0500 Message-ID: <55BD7803-B521-4EF1-A386-23FA8599DEB8@mac.com> References: <146AFBC1-F187-44EF-AA71-2E13552FF5D7@mac.com> <4A170C84.6000205@gmail.com> <4A171336.8020304@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7BIT Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7c3M-0002vE-3n for emacs-orgmode@gnu.org; Fri, 22 May 2009 17:13:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7c3G-0002uO-OD for emacs-orgmode@gnu.org; Fri, 22 May 2009 17:13:18 -0400 Received: from [199.232.76.173] (port=42356 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7c3G-0002uA-KF for emacs-orgmode@gnu.org; Fri, 22 May 2009 17:13:14 -0400 Received: from asmtpout021.mac.com ([17.148.16.96]:42998) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7c3G-0001ve-5B for emacs-orgmode@gnu.org; Fri, 22 May 2009 17:13:14 -0400 Received: from [192.168.1.110] (99-7-194-153.lightspeed.hstntx.sbcglobal.net [99.7.194.153]) by asmtp021.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KK200C1XDKVP910@asmtp021.mac.com> for emacs-orgmode@gnu.org; Fri, 22 May 2009 14:12:32 -0700 (PDT) In-reply-to: <4A171336.8020304@gmail.com> 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: org-mode Thanks to both of you! I'll give each a try and see which works for me. On this topic generally, I am using separate files for each project. So far, I've been copying text similar to that below to each new project, but given the breadth of org-mode, I'm guessing that I'm "doing it wrong". How do you handle this? Keith On May 22, 2009, at 4:03 PM, Michael Mrozek wrote: > Daniel J. Sinder wrote: >> As Keith Lancaster so eloquently wrote on 5/21/2009 2:41 PM: >>> Is it possible to hide, during normal editing, the configuration / >>> comment lines in a project file? >> >> I put my entire top-of-the-file configuration in a property drawer. >> It can obviously be expanded on demand, but otherwise is not expanded >> (ie, when I load the file). >> >> My .emacs has this (from Custom): >> (custom-set-variables >> '(org-drawers (quote ("PROPERTIES" "SETUP" "LOGBOOK")))) >> >> The my .org file has this at the top (for example): >> :SETUP: >> #+STARTUP: hidestars odd lognoteclock-out lognotedone >> #+LANGUAGE: en >> #+OPTIONS: H:4 num:nil toc:nil \n:nil @:t ::t |:t ^:{} *:t TeX:f >> #+CATEGORY: PROJECTS >> #+TYP_TODO: TODO(t/@) INPROGRESS(i@/@)| CANCELED(C@/@) DONE(D@/@) >> #+FILETAGS: Work >> :END: >> >> Dan > > I have a top-level headline at the end of my file named "Config" > that's > tagged with ARCHIVE so it gets grayed out and doesn't open > automatically; I don't even notice it anymore Keith Lancaster klancaster1957@mac.com