LaTeX export: Fix protection bug
commit80b81a168e17be8119d92aad102d2062d7411747
authorCarsten Dominik <carsten.dominik@gmail.com>
Tue, 10 Nov 2009 07:48:40 +0000 (10 08:48 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 10 Nov 2009 07:48:40 +0000 (10 08:48 +0100)
tree7af0306772edddcaa48c294e37ead68233fdd2df
parentdd9a94b8445a14168e279de9800808a08772399e
LaTeX export: Fix protection bug

Sebastian Rose writes:

> The following code does not work as expected, when exported to PDF:
>
> => --->8----------------------------->8----------------------------->8---
> * Image basics
>
>  Images are inserted into an Org file in a fashion similar to links:
>  : [[file:///home/sebastian/develop/org/org-mode-unicorn.png]]
>
> <= ---8<-----------------------------8<-----------------------------8<---
>
> Result:
>
>  The last line is exported as:
>
>  \href{file:///home/sebastian/develop/org/org-mode-unicorn.png}{nil}
>
>
> Expected result:
>
>  I expect the last line to be exported as fixed width text.
>
lisp/ChangeLog
lisp/org-latex.el