emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: dchechin92@gmail.com
To: emacs-orgmode@gnu.org
Subject: Re: S5 HTML export - org9.1.1
Date: Sat, 07 Oct 2017 17:45:15 +0200	[thread overview]
Message-ID: <87shev6jxw.fsf@pclin.dcthindom.org> (raw)
In-Reply-To: 87fuavoufs.fsf@kyleam.com

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 "</ol>")
    (`unordered "</ul>")
    (`descriptive "</dl>")))


I don't know if this function should appear accordly in
ox-S5.el or elsewhere. As I don't use development environment
I don't know how a patch has to be submitted.

Anyway thank for your help. Hope it can be useful for the
person who knows how to implement it and where.

Regards

  reply	other threads:[~2017-10-07 15:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-07 14:36 S5 HTML export - org9.1.1 dchechin92
2017-10-07 15:21 ` Kyle Meyer
2017-10-07 15:45   ` dchechin92 [this message]
2017-10-07 18:51     ` Kyle Meyer
2017-10-07 19:33       ` Rick Frankel
2017-10-08  8:39       ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87shev6jxw.fsf@pclin.dcthindom.org \
    --to=dchechin92@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).