Re: [O] S5 HTML export - org9.1.1

2017-10-10 Thread Rick Frankel
As the orginal author -- who hasn't looked @ or used ox-s5 in years ;O, just confirming the patch looks correct to me. I don't think i have commit privilges anymore (lost that ssh key), so i appreciate your applying it. thanks, rick On Sat, Oct 07, 2017 at 06:51:05PM +, Kyle Meyer wrote: > dc

Re: [O] S5 HTML export - org9.1.1

2017-10-08 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > I don't use ox-s5.el, but the I think the below fix should do. I'll > push it in a few days if no one objects. I think this is an uncontroversial patch. You can go ahead and push it right now. Thank you. Regards, -- Nicolas Goaziou

Re: [O] S5 HTML export - org9.1.1

2017-10-07 Thread Kyle Meyer
dchechi...@gmail.com writes: > 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 "") > (`uno

Re: [O] S5 HTML export - org9.1.1

2017-10-07 Thread dchechin92
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 "")))

Re: [O] S5 HTML export - org9.1.1

2017-10-07 Thread Kyle Meyer
Hello, dchechi...@gmail.com writes: > 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-

[O] S5 HTML export - org9.1.1

2017-10-07 Thread dchechin92
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