emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Lines starting with a star not interpreted as a headline ?
@ 2010-10-23 20:16 Frederic Couchet
  2010-10-23 21:52 ` Sebastian Rose
  0 siblings, 1 reply; 2+ messages in thread
From: Frederic Couchet @ 2010-10-23 20:16 UTC (permalink / raw)
  To: emacs-orgmode


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Lines starting with a star not interpreted as a headline ?
  2010-10-23 20:16 Lines starting with a star not interpreted as a headline ? Frederic Couchet
@ 2010-10-23 21:52 ` Sebastian Rose
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Rose @ 2010-10-23 21:52 UTC (permalink / raw)
  To: Frederic Couchet; +Cc: emacs-orgmode

Frederic Couchet <fcouchet@april.org> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-23 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-23 20:16 Lines starting with a star not interpreted as a headline ? Frederic Couchet
2010-10-23 21:52 ` Sebastian Rose

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).