From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Linke Subject: Re: Bug: Cannot export document to HTML or Markdown if it has a title [8.3.2 (8.3.2-59-g3d4c46-elpa @ /Users/matt/.emacs.d/elpa/org-20160104/)] Date: Wed, 3 Feb 2016 15:56:32 +0100 Message-ID: <56B21520.6060605@gmx.de> References: <0FE5637C-295C-41F2-B0D6-8454C6F5D565@apple.com> <878u351k11.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQyrI-0005n0-9J for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 09:56:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQyrE-0005LC-93 for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 09:56:40 -0500 Received: from mout.gmx.net ([212.227.17.20]:63956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQyrD-0005Kz-Vl for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 09:56:36 -0500 Received: from [10.187.1.33] ([194.95.30.129]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MHokD-1aUYhD0Ytp-003b5D for ; Wed, 03 Feb 2016 15:56:34 +0100 In-Reply-To: <878u351k11.fsf@nicolasgoaziou.fr> 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: emacs-orgmode@gnu.org On 01/31/2016 11:06 PM, Nicolas Goaziou wrote: > Hello, > > Matt Moriarity writes: > >> If I include a #+TITLE: directive at the top of my Org file, when I try >> to export it to HTML or markdown, I get an error: >> >> apply: Wrong type argument: listp, #("Guide" 0 5 (:parent (#0))) >> >> Removing the #+TITLE seems to make everything ok. It seems like this >> should not be an issue, but I’m pretty new to org-mode. > > I think this is due to a mixed Org installation: default Org from Emacs > probably interferes with ELPA's. I'm having the same problem. According to all hints in the FAQ I don't have a mixed installation. locate-library RET org -> 'Library is file ~/.emacs.d/elpa/org-20160201/org.elc' I have installed org-mode from elpa according to the FAQ. best Max