From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Error with org-adaptive-fill-function and mu4e Date: Sun, 09 Feb 2014 08:53:03 +0100 Message-ID: <87txc8racg.fsf@bzg.ath.cx> References: <20140208174149.GA13769@pedroche.uni-erfurt.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCPCT-0001UH-56 for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 02:53:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCPCN-00057m-5l for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 02:53:13 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:38967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCPCM-00057i-U1 for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 02:53:07 -0500 In-Reply-To: <20140208174149.GA13769@pedroche.uni-erfurt.de> (Igor Sosa Mayor's message of "Sat, 8 Feb 2014 18:41:49 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Igor Sosa Mayor Cc: emacs-orgmode@gnu.org Hi Igor, Igor Sosa Mayor 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