emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Hiding #+XXX lines


From: Daniel J. Sinder
Subject: Re: [Orgmode] Hiding #+XXX lines
Date: Fri, 22 May 2009 13:35:16 -0700
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]