org minor mode in mail-mode and still
be able to fill-paragraph without impacting mail headers?
--
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
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
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
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