emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Orgmode] configuring org-export-latex-classes


From: Waldemar Reusch
Subject: Re: [O] [Orgmode] configuring org-export-latex-classes
Date: Tue, 3 Jan 2012 11:29:25 +0100

okay, nevermind, i figured it out myself.
need to hack "ob-ditaa.el":
look for the line (cmd (concat "java" .... and insert your cygwin path (e.g. c:/cygwin) just before shell-quote-argument, org-babel-process-file-name in-file and org-babel-process-file-name out-file, so that it will look like this: 

(cmd (concat "java " java " -jar c:/cygwin"
     (shell-quote-argument
      (expand-file-name org-ditaa-jar-path))
     " " cmdline
     " c:/cygwin" (org-babel-process-file-name in-file)
     " c:/cygwin" (org-babel-process-file-name out-file))))

hopefully this will help someone.

On Tue, Jan 3, 2012 at 11:05 AM, Waldemar Reusch <address@hidden> wrote:
http://www.mail-archive.com/address@hidden/msg21593.html

im trying to set up ditaa on my cygwin/windows7 machine and encountered the very same problem as described in the above mentioned mail, i.e. the error "jar not accessible".
i tried to fix it by hacking org-exp-blocks, but it does not seem to make any difference. when i check the *Messages* buffer, the path to ditaa.jar is unchanged.
If anyone has this one figured out, i would appreciate your help.



reply via email to

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