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 14:43:04 +0100 Message-ID: <87k3d4h05z.fsf@bzg.ath.cx> References: <20140208174149.GA13769@pedroche.uni-erfurt.de> <87txc8racg.fsf@bzg.ath.cx> <20140209083255.GA11198@pedroche.home> <87bnygslaa.fsf@bzg.ath.cx> <20140209102055.GA1914@pedroche.uni-erfurt.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCUfD-0002XQ-CV for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 08:43:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCUf7-0005B4-4Z for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 08:43:15 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:58595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCUf6-0005AV-W7 for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 08:43:09 -0500 In-Reply-To: <20140209102055.GA1914@pedroche.uni-erfurt.de> (Igor Sosa Mayor's message of "Sun, 9 Feb 2014 11:20: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: > I put (requir 'org) in the first line of emacs.el If you are using 8.2.5h, from either Git or ELPA -- your first lines should be to modify the load-path (if using Git) or to initialize your ELPA archives. Otherwise (require 'org) will just require the Org distribution that is known by Emacs at this point. (Maybe I'm stating the obvious, but those things always need to be double-checked.) > , restart emacs and > lists are still not working. C-h m tells me OrgStruct is loaded. As I > said, with > > (add-hook 'message-mode-hook 'turn-on-orgstruct) > (add-hook 'mail-mode-hook 'turn-on-orgstruct) > > there is no error with orgtbl-line-etc. anymore. Good -- turn-on-orgstruct is enough for most purposes. -- Bastien