Browse Source

Merge branch 'maint'

Nicolas Goaziou 7 years ago
parent
commit
845138473e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ox-odt.el

+ 1 - 0
lisp/ox-odt.el

@@ -3755,6 +3755,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.")