From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: S5 HTML export - org9.1.1 Date: Sat, 07 Oct 2017 11:21:11 -0400 Message-ID: <87fuavoufs.fsf@kyleam.com> References: <87376v81pn.fsf@pclin.dcthindom.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0qul-00065I-Cd for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0qug-0006Od-Dl for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:21:19 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:57791 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e0qug-0006OV-9E for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:21:14 -0400 In-Reply-To: <87376v81pn.fsf@pclin.dcthindom.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: dchechin92@gmail.com, emacs-orgmode@gnu.org Hello, dchechin92@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-w64-mingw32). > > Do someone as the same problem ? Is there something wrong in my configuration ? It looks like org-html-end-plain-list was removed in 8855c23c6 (ox-html: Plain list supports arbitrary attributes, 2017-02-13). ox-s5.el needs to be adjusted accordingly (essentially following the changes that 8855c23c6 made to org-html-plain-list, I think). Would you like to submit a patch? -- Kyle