[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: HTML exports issues: none not working, and issues with #+TI
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE |
Date: |
Tue, 08 Nov 2016 12:07:34 +0100 |
Hello,
Frederick Giasson <address@hidden> 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.,
<http://permalink.gmane.org/gmane.emacs.orgmode/110092>.
Regards,
--
Nicolas Goaziou
- [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Frederick Giasson, 2016/11/07
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE,
Nicolas Goaziou <=
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Frederick Giasson, 2016/11/08
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Frederick Giasson, 2016/11/08
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Peter Davis, 2016/11/21
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Alan Schmitt, 2016/11/22
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Peter Davis, 2016/11/22
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Peter Davis, 2016/11/22
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Peter Davis, 2016/11/25