|
@@ -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))
|