From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Error with org-adaptive-fill-function and mu4e Date: Mon, 10 Feb 2014 15:42:59 +0100 Message-ID: <87bnyfghak.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> <87k3d4h05z.fsf@bzg.ath.cx> <20140209140615.GA8152@pedroche.uni-erfurt.de> <87zjlz9wlt.fsf@bzg.ath.cx> <20140210115359.GA12373@pedroche.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCs4r-0000Ym-2q for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 09:43:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCs4l-0003Ij-3y for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 09:43:17 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:55574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCs4k-0003IO-Qf for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 09:43:11 -0500 In-Reply-To: <20140210115359.GA12373@pedroche.home> (Igor Sosa Mayor's message of "Mon, 10 Feb 2014 12:53:59 +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 Igor Sosa Mayor writes: > Thanks again. I have > (add-to-list 'load-path "/usr/share/emacs/site-lisp/org") > (add-to-list 'load-path "/usr/share/emacs/site-lisp/org_contrib/lisp") > (require 'org) > > at the very begin of .emacs.el. It does not work. (neither in mu4e nor > in mail-mode). Well, another semi-wild guess is that maybe the ArchLinux package does not take care of creating the proper autoloads. Go to /usr/share/emacs/site-lisp/org and see if you have an accurate org-loaddefs.el (should be ~107K.) If completely desperate, try (load "location/of/your/8.2.5h/org-loaddefs") ... But despair is not something to hope :) > But: don't worry. You have other and more important things to do. I will > try to solve it by myself modifying some configurations, because I have > a very very complex emacs and orgmode config files. Good luck! -- Bastien