Browse Source

org-e-latex: Fix bug when exporting empty items

* contrib/lisp/org-e-latex.el (org-e-latex-item): Fix bug when
  exporting empty items.
Nicolas Goaziou 12 years ago
parent
commit
cd9ce4b914
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/org-e-latex.el

+ 1 - 1
contrib/lisp/org-e-latex.el

@@ -1590,7 +1590,7 @@ contextual information."
 				 (concat checkbox
 					 (org-export-data tag info)))))))
     (concat counter "\\item" (or tag (concat " " checkbox))
-	    (org-trim contents)
+	    (and contents (org-trim contents))
 	    ;; If there are footnotes references in tag, be sure to
 	    ;; add their definition at the end of the item.  This
 	    ;; workaround is necessary since "\footnote{}" command is