浏览代码

Do not delete space between end of list and beginning of the following

* lisp/org-html.el: Do not delete space between end of list and
  beginning of the following.
Nicolas Goaziou 15 年之前
父节点
当前提交
4c0bf39469
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org-html.el

+ 2 - 2
lisp/org-html.el

@@ -1755,8 +1755,8 @@ lang=\"%s\" xml:lang=\"%s\">
       (while (re-search-forward "<li>[ \r\n\t]*</li>\n?" nil t)
 	(replace-match ""))
       (goto-char (point-min))
-      (while (re-search-forward "</ul>\\s-*<ul>\n?" nil t)
-	(replace-match ""))
+      ;; (while (re-search-forward "</ul>\\s-*<ul>\n?" nil t)
+      ;; 	(replace-match ""))
       ;; Convert whitespace place holders
       (goto-char (point-min))
       (let (beg end n)