From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Lines starting with a star not interpreted as a headline ? Date: Sat, 23 Oct 2010 23:52:05 +0200 Message-ID: <87r5fglgqi.fsf@gmx.de> References: <878w1or7f5.fsf@april.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=46993 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9m0b-0000Xz-2R for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 17:52:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9m0Z-00011V-VV for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 17:52:13 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:38674 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P9m0Z-00011O-HM for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 17:52:11 -0400 In-Reply-To: <878w1or7f5.fsf@april.org> (Frederic Couchet's message of "Sat, 23 Oct 2010 22:16:46 +0200") 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: Frederic Couchet Cc: emacs-orgmode@gnu.org Frederic Couchet writes: > Hello, > > Is it possible to configure drawers so that lines starting with a star > are not interpreted as a headline ? > > I like to store in drawers useful text, for example excerpt from > emails. But, if the text contains for example lines like : > > * blabla > > the line is interpreted as a headline by orgmode. So I have to fix it : > > *blabla > > Fred. I have customized the variable `org-drawers': ("PROPERTIES" "CLOCK" "PHONE" "EMAIL" "REMAIL" "HIDDEN" "LOGBOOK") In the "EMAIL" drawer, I store emails. I can (un-)fold the drawer using the TAB key. Because of the indentation, stars are never at the beginning of a line: * Headline :EMAIL: Some text... * Stars in that text... :END: It doesn't work with org-startup-indented, since then content lines start at the very left. Sebastian