[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Lines starting with a star not interpreted as a headline ?
From: |
Sebastian Rose |
Subject: |
Re: [Orgmode] Lines starting with a star not interpreted as a headline ? |
Date: |
Sat, 23 Oct 2010 23:52:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Frederic Couchet <address@hidden> 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