emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Error with org-adaptive-fill-function and mu4e


From: Igor Sosa Mayor
Subject: Re: [O] Error with org-adaptive-fill-function and mu4e
Date: Sat, 1 Mar 2014 23:51:09 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Am Sat, Feb 08, 2014 at 06:41:49PM +0100, Igor Sosa Mayor schrieb:
> Hi,
> 
> I have the following enable in my .emacs:
> 
> (add-hook 'message-mode-hook 'turn-on-orgstruct++)
> (add-hook 'mail-mode-hook 'turn-on-orgstruct++)
> 
> When I use mu4e (which mu4e-compose-mode is based upon the message-mode)
> I get the following error in *Messages*
> 
> org-adaptive-fill-function: Symbol's value as variable is void: 
> orgtbl-line-start-regex

Just for the historical records. At the end I managed to solve this
problem by just adding the following lines:

(add-hook 'message-mode-hook 'orgstruct++-mode 'append)
(add-hook 'mail-mode-hook 'orgstruct++-mode 'append)
(add-hook 'message-mode-hook 'orgtbl-mode 'append)
(add-hook 'mail-mode-hook 'orgtbl-mode 'append)



-- 
:: Igor Sosa Mayor     :: address@hidden ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::



reply via email to

[Prev in Thread] Current Thread [Next in Thread]