[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Bug: HTML exports issues: none not working, and issues with #+TITLE
From: |
Frederick Giasson |
Subject: |
[O] Bug: HTML exports issues: none not working, and issues with #+TITLE |
Date: |
Mon, 7 Nov 2016 14:30:06 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Thunderbird/50.0 |
Hi,
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)))
=============
Thanks,
Fred
- [O] Bug: HTML exports issues: none not working, and issues with #+TITLE,
Frederick Giasson <=
- Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE, Nicolas Goaziou, 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, 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