From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: org-babel-dot on windows Date: Fri, 02 Sep 2011 21:51:30 +0200 Message-ID: <80vctarad9.fsf@somewhere.org> References: <87ty8votti.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Bas and Eric, Eric Schulte wrote: >> I'm trying to use org-babel-dot on windows but when I try to generate an >> image with C-c C-c the following errors apear: > > Unfortunately I don't have access to a windows machine to reproduce this > problem. > > Does the temporary file name mentioned in your error report exist, and does > it look to be a valid file name? Org-mode uses built-in Emacs functions for > creating temporary files, and these functions are supposed to work across > Windows/*nix systems, so I'm not sure what the problem could be. > > Are you using the latest version of Org-mode, and do you have anything weird > in your configuration which could cause this problem? > > Sorry I can't be of more help, maybe another windows user on the list can > check that dot works for them. The following works for me (just tested) on Windows XP SP3: #+begin_src dot :file foo.png :cmdline -Tpng digraph G { a -> b [label="hello", style=dashed]; a -> c [label="world"]; c -> d; b -> c; d -> a; b [shape=Mdiamond, label="this is b"]; c [shape=polygon, sides=5, peripheries=3]; d [style=bold]; } #+end_src Could you maybe provide an ECM of what you were trying to use? Best regards, Seb -- Sebastien Vauban