Kaynağa Gözat

Speed optimizations and docstring modifications.

Nicolas Goaziou 14 yıl önce
ebeveyn
işleme
8e5729c466
2 değiştirilmiş dosya ile 363 ekleme ve 309 silme
  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))

Dosya farkı çok büyük olduğundan ihmal edildi
+ 363 - 301
lisp/org-list.el


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor