Re: [O] Org can't export inline image link to PDF

2019-02-25 Thread stardiviner
Vladimir Lomov writes: > Hello, > > ** stardiviner [2019-02-23 18:19:05 +0800]: > > [...] > I checked the =Resume.tex= file. The raw latex is this: #+begin_src latex \begin{center} \includegraphics[width=2.0in]{data/images/me_picture 23.jpg} \end{center}

Re: [O] Org can't export inline image link to PDF

2019-02-25 Thread Vladimir Lomov
Hello, ** stardiviner [2019-02-23 18:19:05 +0800]: [...] >>> I checked the =Resume.tex= file. The raw latex is this: >>> >>> #+begin_src latex >>> \begin{center} >>> \includegraphics[width=2.0in]{data/images/me_picture 23.jpg} >>> \end{center} >>> #+end_src >>> >>> No "23.bb", I search over

Re: [O] Org can't export inline image link to PDF

2019-02-23 Thread stardiviner
Vladimir Lomov writes: > Hello, > ** stardiviner [2019-02-22 17:16:41 +0800]: > >> >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> stardiviner writes: >>> Here is the screenshot in attachment, you can see the characters 23.bb left side of the inline image. The original

Re: [O] Org can't export inline image link to PDF

2019-02-22 Thread Vladimir Lomov
Hello, ** stardiviner [2019-02-22 17:16:41 +0800]: > > Nicolas Goaziou writes: > >> Hello, >> >> stardiviner writes: >> >>> Here is the screenshot in attachment, you can see the characters 23.bb >>> left side of the inline image. >>> >>> The original Org inline image format is: >>> >>> ```org

Re: [O] Org can't export inline image link to PDF

2019-02-22 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> Here is the screenshot in attachment, you can see the characters 23.bb >> left side of the inline image. >> >> The original Org inline image format is: >> >> ```org >> #+ATTR_ORG: :width 200 >> #+ATTR_LATEX: :width 2.0in >>

Re: [O] Org can't export inline image link to PDF

2019-02-21 Thread Nicolas Goaziou
Hello, stardiviner writes: > Here is the screenshot in attachment, you can see the characters 23.bb > left side of the inline image. > > The original Org inline image format is: > > ```org > #+ATTR_ORG: :width 200 > #+ATTR_LATEX: :width 2.0in > #+ATTR_HTML: :id avatar :width 200px :alt 那时23岁的我

Re: [O] Org can't export inline image link to PDF

2019-02-20 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> Now I figured out, because the filename contains a space, which Org auto >> converted to `%20' when exit org-insert-link. That's why can't see the >> inline image in exported PDF file. After I renamed image filename with >> replace

Re: [O] Org can't export inline image link to PDF

2019-02-20 Thread Nicolas Goaziou
Hello, stardiviner writes: > Now I figured out, because the filename contains a space, which Org auto > converted to `%20' when exit org-insert-link. That's why can't see the > inline image in exported PDF file. After I renamed image filename with > replace space with underline "_". Problem

Re: [O] Org can't export inline image link to PDF

2019-02-19 Thread stardiviner
Now I figured out, because the filename contains a space, which Org auto converted to `%20' when exit org-insert-link. That's why can't see the inline image in exported PDF file. After I renamed image filename with replace space with underline "_". Problem solved. But, if possible, I still hope

[O] Org can't export inline image link to PDF

2019-02-19 Thread stardiviner
I have an inline image link like this in Org file: ```org #+ATTR_ORG: :width 300 #+ATTR_LATEX: :width 3.0in #+ATTR_HTML: :width 300px [[file:data/images/me_picture%2023.jpg]] ``` When I export to PDF file, others work fine, but just no image, no link at the inline image link position. Just