[O] Re: Org minor mode in mail-mode

2011-03-20 Thread Nicolas
Hello, Matt Lundin writes: >> 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 t

[O] Re: Org minor mode in mail-mode

2011-03-20 Thread Matt Lundin
René 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) > > Unfortunately with this, calling M-q (fill-paragraph) ri