all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* graphviz dot block export and evaluate
@ 2012-09-28 16:51 Dmitri Makarov
  2012-09-28 17:07 ` Bastien
  2012-09-28 17:14 ` Thomas S. Dye
  0 siblings, 2 replies; 4+ messages in thread
From: Dmitri Makarov @ 2012-09-28 16:51 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi all,

Has anyone successfully exported and evaluated src blocks with graphviz dot code?
I'm trying to export this block

   #+BEGIN_SRC dot :export both
     digraph G {
       A -> B
     }
   #+END_SRC

and I'm getting the error

org-babel-exp processing...
executing Dot code block...
file-name-extension: Wrong type argument: stringp, nil

How do you debug such problems?

Regards,

Dmitri

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

end of thread, other threads:[~2012-09-28 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 16:51 graphviz dot block export and evaluate Dmitri Makarov
2012-09-28 17:07 ` Bastien
2012-09-28 17:14 ` Thomas S. Dye
2012-09-28 17:27   ` Dmitri Makarov

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.