all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problem including graphics
@ 2009-11-09 12:45 "Martin G. Skjæveland"
  2009-11-09 16:44 ` [babel] " Dan Davison
  0 siblings, 1 reply; 2+ messages in thread
From: "Martin G. Skjæveland" @ 2009-11-09 12:45 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I have a problem including dot generated graphics in my export.

The code is

#+begin_src dot :file ./test.pdf :cmdline -Tpdf
digraph test  {
Hello -> World;
};
#+end_src

When I export to latex it turns into

\hyperref[./test.pdf]{file:./test.pdf}

However, then I tried this in a separate document (to make this small 
example) it works fine and exports to

\includegraphics[width=10em]{./test.pdf}

So now my question is why is the same code in different documents 
interpreted different? Both documents have the same #+OPTIONS settings. 
My working document is a large document, so perhaps there are other bits 
of my document that interfere, but they shouldn't, right?

Thanks!
Martin

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

end of thread, other threads:[~2009-11-09 16:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-09 12:45 problem including graphics "Martin G. Skjæveland"
2009-11-09 16:44 ` [babel] " Dan Davison

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.