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 10:11:25 +0100 Message-ID: <87bnygslaa.fsf@bzg.ath.cx> References: <20140208174149.GA13769@pedroche.uni-erfurt.de> <87txc8racg.fsf@bzg.ath.cx> <20140209083255.GA11198@pedroche.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCQQK-0004IC-E0 for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 04:11:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCQQD-0007F9-GK for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 04:11:36 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:53354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCQQD-0007F5-8S for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 04:11:29 -0500 In-Reply-To: <20140209083255.GA11198@pedroche.home> (Igor Sosa Mayor's message of "Sun, 9 Feb 2014 09:32:55 +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: > Am Sun, Feb 09, 2014 at 08:53:03AM +0100, Bastien wrote: >> 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 for your answer... I'm using 8.2.5h. Thanks. Still, since orgtbl-line* is not in 8.2.5h, I suspect you didn't add (require 'org) early enough in your .emacs.el. The latest Org needs to be loaded before you use it in mu4a. > With the code you suggest me, I do NOT get the error, but lists for > instance do not work (i.e. there is no indentation, etc.). Lists in orgstruct works fine here in Gnus, but see above, as we need to sort this out first. -- Bastien