Просмотр исходного кода

Speed optimizations and docstring modifications.

Nicolas Goaziou 14 лет назад
Родитель
Сommit
8e5729c466
2 измененных файлов с 363 добавлено и 309 удалено
  1. 0 8
      lisp/org-html.el
  2. 363 301
      lisp/org-list.el

+ 0 - 8
lisp/org-html.el

@@ -1495,14 +1495,6 @@ lang=\"%s\" xml:lang=\"%s\">
 		(setq txt (replace-match "" t t txt)))
 	    (if (<= level (max umax umax-toc))
 		(setq head-count (+ head-count 1)))
-	    (when in-local-list
-	      ;; Close any local lists before inserting a new header line
-	      (while local-list-type
-		(org-close-li (car local-list-type))
-		(insert (format "</%sl>\n" (car local-list-type)))
-		(pop local-list-type))
-	      (setq local-list-indent nil
-		    in-local-list nil))
 	    (setq first-heading-pos (or first-heading-pos (point)))
 	    (org-html-level-start level txt umax
 				  (and org-export-with-toc (<= level umax))

Разница между файлами не показана из-за своего большого размера
+ 363 - 301
lisp/org-list.el


Некоторые файлы не были показаны из-за большого количества измененных файлов