Explorar o código

Speed optimizations and docstring modifications.

Nicolas Goaziou %!s(int64=15) %!d(string=hai) anos
pai
achega
8e5729c466
Modificáronse 2 ficheiros con 363 adicións e 309 borrados
  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))

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 363 - 301
lisp/org-list.el


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio