Hello,

Eric S Fraga <e.fr...@ucl.ac.uk> writes:

> So I decided to not enable orgstruct mode.  However, by doing so, I get
> the following error whenever I try to type in a line longer than my
> auto-fill-column:
>
> ,----
> | Debugger entered--Lisp error: (void-variable orgtbl-line-start-regexp)
> |   org-adaptive-fill-function()
> |   org-auto-fill-function()
> |   self-insert-command(1)
> |   funcall-interactively(self-insert-command 1)
> |   call-interactively(self-insert-command nil nil)
> |   command-execute(self-insert-command)
> `----
>
> I have
>
>   (setq auto-fill-function 'org-auto-fill-function)
>
> in my message-mode-hook so I do expect org to be involved in my message
> composition.  Am I responsible for initialisation of org in this
> context?  What am I missing?

Odd. I'm not able to reproduce it.

However, using `org-auto-fill-function' without Org major mode may be
asking for trouble (variables not initialized...).


Regards,

-- 
Nicolas Goaziou

Reply via email to