فهرست منبع

More exporter fixes.

Carsten Dominik 16 سال پیش
والد
کامیت
ae16e6ceca
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 3 3
      lisp/org-docbook.el
  2. 3 3
      lisp/org-html.el

+ 3 - 3
lisp/org-docbook.el

@@ -1153,9 +1153,9 @@ publishing directory."
 (defvar local-list-indent)
 (defvar local-list-type)
 (defun org-export-docbook-close-lists-maybe (line)
-  (let ((ind (or (get-text-property 0 'original-indentation line)
-		 (and (string-match "\\S-" line)
-		      (org-get-indentation line))))
+  (let ((ind (or (get-text-property 0 'original-indentation line)))
+;		 (and (string-match "\\S-" line)
+;		      (org-get-indentation line))))
 	didclose)
     (when ind
       (while (and in-local-list

+ 3 - 3
lisp/org-html.el

@@ -1873,9 +1873,9 @@ If there are links in the string, don't modify these."
 (defvar local-list-indent)
 (defvar local-list-type)
 (defun org-export-html-close-lists-maybe (line)
-  (let ((ind (or (get-text-property 0 'original-indentation line)
-		 (and (string-match "\\S-" line)
-		      (org-get-indentation line))))
+  (let ((ind (or (get-text-property 0 'original-indentation line)))
+;		 (and (string-match "\\S-" line)
+;		      (org-get-indentation line))))
 	didclose)
     (when ind
       (while (and in-local-list