emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: Latex export with caption prints 'nil'
@ 2008-12-19 15:33 Bernt Hansen
  2008-12-19 17:37 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Bernt Hansen @ 2008-12-19 15:33 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-19 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-19 15:33 BUG: Latex export with caption prints 'nil' Bernt Hansen
2008-12-19 17:37 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).