From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: org-babel-dot on windows
Date: Fri, 02 Sep 2011 21:51:30 +0200 [thread overview]
Message-ID: <80vctarad9.fsf@somewhere.org> (raw)
In-Reply-To: 87ty8votti.fsf@gmail.com
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
next prev parent reply other threads:[~2011-09-02 19:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-31 0:52 org-babel-dot on windows Bas Bossink
2011-09-02 15:19 ` Eric Schulte
2011-09-02 19:51 ` Sebastien Vauban [this message]
2011-09-02 23:33 ` Bas Bossink
2011-09-03 19:18 ` Eric Schulte
2011-09-03 20:27 ` Sebastien Vauban
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=80vctarad9.fsf@somewhere.org \
--to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.