Hi Igor,

Igor Sosa Mayor <joseleopoldo1...@gmail.com> writes:

> 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
>
> This happens when the cursor arrives at the end of the line (70
> characters) and the line gets not broken. In mail-mode there is not such
> an error...

There is no "orgtbl-line*" variable in latest Org.
What version of Org are you using?

Also, do you have the same error with 

(add-hook 'message-mode-hook 'turn-on-orgstruct)
(add-hook 'mail-mode-hook 'turn-on-orgstruct)

?

Thanks,

-- 
 Bastien

Reply via email to