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

2012-01-04 Thread Bastien
Hi Waldemar, There is now `org-ditaa-jar-option' that you can set like this: (setq org-ditaa-jar-option "-jar c:/cygwin") Thanks, -- Bastien

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

2012-01-03 Thread Waldemar Reusch
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 thi

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

2012-01-03 Thread Waldemar Reusch
http://www.mail-archive.com/emacs-orgmode@gnu.org/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