Frederic Couchet <fcouc...@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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to