From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)] Date: Sun, 06 Nov 2016 00:01:39 +0100 Message-ID: <87vaw1msz0.fsf@nicolasgoaziou.fr> References: <878tsxoore.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c39xy-0006fr-W9 for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 19:01:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c39xy-000716-AK for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 19:01:39 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:50618) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c39xy-0006zL-4x for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 19:01:38 -0400 In-Reply-To: (Klarre N.'s message of "Sat, 5 Nov 2016 21:10:07 +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" To: Klarre N Cc: emacs-orgmode@gnu.org Klarre N writes: > How do I load those beside what I all ready have in my minimal init > file? I do not remember the details, but this error was reported a couple of times already on this ML. I think a solution involves cleaning any lingering Org directory in ELPA and install it again. You may want to search the ML for more details. > The manual also has this line: > (add-to-list 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp" > t)) > > But I do not have that directory in my elpa directory? Org provides two packages. "org" and "org-plus-contrib". Only the latter provides the directory above. Regards,