Thorsten Jolitz <[email protected]> writes:

> ,---------------------------------------------------------------------------
> | =orgstruct++-mode= is enabled in =Gnus= message buffers to aid in
> | creating structured email messages.
> | 
> | #+begin_src emacs-lisp :tangle yes
> |   (add-hook 'message-mode-hook 'orgstruct++-mode 'append)
> |   (add-hook 'message-mode-hook 'turn-on-auto-fill 'append)
> |   ; (add-hook 'message-mode-hook 'bbdb-define-all-aliases 'append)
> |   (add-hook 'message-mode-hook 'orgtbl-mode 'append)
> |   (add-hook 'message-mode-hook 'auto-complete-mode 'append)
> |   ; (add-hook 'message-mode-hook 'turn-on-flyspell 'append)
> |   (add-hook 'message-mode-hook
> |             '(lambda () (setq fill-column 72))
> |             'append)
> |   (add-hook 'message-mode-hook
> |             '(lambda () (local-set-key (kbd "C-c M-o") 'org-mime-htmlize))
> |             'append)
> | #+end_src
> `---------------------------------------------------------------------------

Can you please try to put the orgstruct++-mode hook at the end of
`message-mode-hook' and report ?

`orgstruct++-mode' modifies variables and should be put at the end
(yes, this is not clean enough, I will work on this over the WE.)

Thanks,

-- 
 Bastien

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to