diff --git a/lisp/org-html.el b/lisp/org-html.el index 9e43a8f31..50fb33ed8 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2427,7 +2427,7 @@ the alist of previous items." ;; Ending for every item (org-close-li type) ;; We're ending last item of the list: end list. - (when lastp (insert (format "\n\n" type))))) + (when lastp (insert (format "\n" type))))) (funcall get-closings pos)) (cond ;; At an item: insert appropriate tags in export buffer. @@ -2458,10 +2458,10 @@ the alist of previous items." (insert (format "<%sl>\n" type))) (insert (cond ((equal type "d") - (format "
%s
\n" desc-tag)) + (format "
%s
" desc-tag)) ((and (equal type "o") counter) - (format "
  • \n" counter)) - (t "
  • \n"))) + (format "
  • " counter)) + (t "
  • "))) ;; If line had a checkbox, some additional modification is required. (when checkbox (setq body