Hello,
Since I upgrade to org-9.1.1, the export to S5 HTML seems not to work
whereas it used to work before this upgrade.
I have the following message :
"format: Symbol's function definition is void: org-html-end-plain-list"
I use GNU Emacs 25.1.1 (x86_64-w64-mingw32).
Do someone as the same pro
Hello,
I have evaluated the following function found in ox-html.el
and indeed the S5 html works when this function is defined.
(defun org-html-end-plain-list (type)
"Insert the end of the HTML list depending on TYPE."
(case type
(`ordered "")
(`unordered "")
(`descriptive "")))