* lisp/ox-odt.el (org-odt--translate-latex-fragments): Ignore blank lines before link to parse. Reported-by: Alastair Burt <alastair.burt@gmail.com>
@@ -3749,6 +3749,7 @@ contextual information."
nil display-msg nil
processing-type)
(goto-char (point-min))
+ (skip-chars-forward " \t\n")
(org-element-link-parser))))
(if (not (eq 'link (org-element-type link)))
(message "LaTeX Conversion failed.")