emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [Patch] ob-ditaa.el for Cygwin


From: Yujie Wen
Subject: [O] [Patch] ob-ditaa.el for Cygwin
Date: Fri, 12 Jul 2013 13:59:31 +0800

Hi,

  ob-ditaa.el calls Java VM to generate pictures. Unfortunately, Cygwin doesn't have native Java VM. In order to call the Windows native Java VM properly, all Cygwin paths pointing to ditaa.jar, the temporary input file and the output picture file must be changed to Windows native paths, for example, /home/yujie/ditaa.jar to d:/cygwin/home/yujie/ditaa.jar.

  Here is a patch that detect whether current Emacs is of Cygwin version and, if so, add `cygpath -w ` to wrap all related pathes.

Regards,
Yujie

Attachment: cygwin.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]