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



Reply via email to