Browse Source

Speed optimizations and docstring modifications.

Nicolas Goaziou 14 years ago
parent
commit
8e5729c466
2 changed files with 363 additions and 309 deletions
  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))

File diff suppressed because it is too large
+ 363 - 301
lisp/org-list.el


Some files were not shown because too many files changed in this diff