Hi Carsten,

Thanks for fixing the export to LaTeX recently.  My ditaa figures
weren't exporting to PDF at all when I wanted to try out the new
#+ATTR_LaTeX: changes.  Now this works again and I can scale my images
in export PDF documents which is really nice.

I noticed one other little thing.  Export to HTML works fine but export
to LaTeX does the following:

,----[ x.org ]
| #+STARTUP:
| * Test
| #+CAPTION: Name goes here
| #+BEGIN_ditaa box.png
| : +-----+
| : |     |
| : |     |
| : +-----+
| #+END_ditaa
`----

,----[ snippet of x.tex ]
| \begin{figure}[htb]
| \centerline{\includegraphics[width=10em]{/tmp/box.png}}
| \caption{nilName goes here}
| \end{figure}
`----

The caption has 'nil' before the caption text.

Thanks for all of your fabulous work!

-Bernt


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to