[O] Org minor mode in mail-mode

2011-03-09 Thread René
org minor mode in mail-mode and still be able to fill-paragraph without impacting mail headers? -- René

[Orgmode] Re: Embedding the style when exporting to HTML

2010-12-23 Thread René
Christian Moe christianmoe.com> writes: > Something roughly along these lines, perhaps (warning: I'm still > fairly new to Elisp and this comes with ABSOLUTELY NO WARRANTY): Thanks. Works great ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Re: How to add comments in a plain list

2009-09-22 Thread René
Eric S Fraga ucl.ac.uk> writes: > At Tue, 22 Sep 2009 10:10:41 -0400, Bernt Hansen wrote: > > At column 0 - probably not. > > > > 1. first > > 2. second > > #+ comment about second item > > #+ Another comment goes here > > 3. third > > 4. fourth > > > > The #+ comment probably isn't

[Orgmode] Re: How to add comments in a plain list

2009-09-22 Thread René
Bernt Hansen norang.ca> writes: > You can ident the comment like this > > 1. first > 2. second > > # comment about second item > > 3. third > 4. fourth Unfortunately in this case your comment gets exported since the `#' is indented. Of course one doesn't want the comments to appear in

[Orgmode] How to add comments in a plain list

2009-09-21 Thread René
Is there a way to insert comments in a plain list without breaking it into two distinct lists? Such a list: 1. first 2. second # comment about second item 3. third 4. fourth is actually considered as 1. first 2. second # comment about second item 1. third 2. fourth