diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el index ba1acd513..ecaa5590b 100644 --- a/contrib/lisp/org-e-html.el +++ b/contrib/lisp/org-e-html.el @@ -2292,11 +2292,11 @@ the plist used as a communication channel." (defun org-e-html-begin-plain-list (type &optional arg1) (case type (ordered - (format "" (if arg1 ; FIXME + (format "
    " (if arg1 ; FIXME (format " start=\"%d\"" arg1) ""))) - (unordered "