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     :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::

Reply via email to