Eric Abrahamsen ericabrahamsen.net> writes:
>
> Thanks for this hint! I had been advising fill-paragraph, this seems
> like a more comprehensive solution.
What is strange though is that (turn-on-orgstruct++) messes up with the header
separator ("--text follows this line--") when calling M-q (fi
On Sat, Sep 10 2011, Rene wrote:
> René yahoo.com> writes:
>
>> Here is the the configuration I run
>>
>>(defun turn-on-full-org-mailing ()
>> (turn-on-orgstruct++)
>> (turn-on-orgtbl)
>> (load "org-html-mail"))
>>
>>(add-hook 'mail-mode-hook 'turn-on-full-org-mailing)
>>
René yahoo.com> writes:
> Here is the the configuration I run
>
>(defun turn-on-full-org-mailing ()
> (turn-on-orgstruct++)
> (turn-on-orgtbl)
> (load "org-html-mail"))
>
>(add-hook 'mail-mode-hook 'turn-on-full-org-mailing)
>
> in order make use of Org minor mode (struc
> >> Any idea on how to make use of org minor mode in mail-mode and still
> >> be able to fill-paragraph without impacting mail headers?
> >
> > The org minor modes set the local value of fill-paragraph-function to
> > org-fill-paragraph. You can override this by adding a line to your hook
> > func
Here is the the configuration I run
(defun turn-on-full-org-mailing ()
(turn-on-orgstruct++)
(turn-on-orgtbl)
(load "org-html-mail"))
(add-hook 'mail-mode-hook 'turn-on-full-org-mailing)
in order make use of Org minor mode (struct, tbl) within mail-mode.
Unfortunately with