W dniu 02/29/2016 o 10:15 PM, Nicolas Goaziou pisze:
Hello,
neutrico <marcin.antc...@neutrico.eu> writes:
Steps to reproduce:
1. Create org document hello.org :
#+BEGIN_SRC org
#TITLE: Hello
** World
#+END_SRC
2. M-x org-html-export-as-html
Returns:
apply: Wrong type argument: listp, #("HELLO" 0 5 (:parent (#0)))
When I remove TITLE then it's exported propely.
You probably have a mixed installation. This problem has been reported
a few times already and the solution is always to reinstall Org properly
(i.e., before built-in Org is loaded).
Yes, I know about mixed installations.
However my 'org-version is showing that everything is ok.
[8.3.4 (8.3.4-elpa @ /media/home/neutrico/.emacs.d/elpa/org-20160222/)]
1. Is this possible to remove org-mode from Emacs distribution?
As org is available as ELPA package than builtin version causes
unnecessary trouble.
2. Is this possible to improve 'org-reload function to fix problems with
mixed installation?
Regards,
Marcin