Преглед на файлове

Fix bug with LaTeX lists export in protected regions.

Carsten Dominik преди 16 години
родител
ревизия
926054b3e5
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      lisp/org-export-latex.el

+ 3 - 2
lisp/org-export-latex.el

@@ -1219,8 +1219,9 @@ If TIMESTAMPS, convert timestamps, otherwise delete them."
   "Convert lists to LaTeX."
   (goto-char (point-min))
   (while (re-search-forward org-list-beginning-re nil t)
-    (beginning-of-line)
-    (insert (org-list-to-latex (org-list-parse-list t)) "\n")))
+    (org-if-unprotected
+     (beginning-of-line)
+     (insert (org-list-to-latex (org-list-parse-list t)) "\n"))))
 
 (defconst org-latex-entities
  '("\\!"