From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: HTML exports issues: none not working, and issues with #+TITLE Date: Tue, 08 Nov 2016 12:07:34 +0100 Message-ID: <8737j2kz61.fsf@nicolasgoaziou.fr> References: <95ca153f-10d8-52fd-9932-bd0249aaf723@fgiasson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c44Fh-0004gl-4N for emacs-orgmode@gnu.org; Tue, 08 Nov 2016 06:07:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c44Fb-0004Z2-8W for emacs-orgmode@gnu.org; Tue, 08 Nov 2016 06:07:41 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:43539) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c44Fb-0004Ym-2L for emacs-orgmode@gnu.org; Tue, 08 Nov 2016 06:07:35 -0500 In-Reply-To: <95ca153f-10d8-52fd-9932-bd0249aaf723@fgiasson.com> (Frederick Giasson's message of "Mon, 7 Nov 2016 14:30:06 -0500") 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: Frederick Giasson Cc: emacs-orgmode@gnu.org Hello, Frederick Giasson writes: > I upgraded to Emacs 25.1 and Org-mode 9.0 (latest from Elpa) and I am > experiencing two issues with export: > > > (1) The header parameter ":exports none" doesn't appear to be > working. With the following code, the code block is exported to HTML: > > ============= > > #+BEGIN_SRC elisp :results silent :exports none > (setq org-html-htmlize-output-type 'inline-css) > #+END_SRC > > ============= > > > (2) As soon as I have a non-empty #+TITLE: defined in a org-mode > file, I am getting this kind of error with exporting in HTML (or any > other formats): > > ============= > > #+TITLE test > > ============= > > returns: > > ============= > > apply: Wrong type argument: listp, #("test" 0 4 (:parent (#0))) > > ============= This seem to indicate you have a mixed installation. See, e.g., . Regards, -- Nicolas Goaziou