emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] ditaa problem with latest org mode


From: Grant Rettke
Subject: Re: [O] ditaa problem with latest org mode
Date: Wed, 11 Jun 2014 09:18:08 -0500

I'm on:

Emacs version: GNU Emacs 24.3.1 (x86_64-apple-darwin13.1.0, NS
apple-appkit-1265.19)
of 2014-04-24 on orion
Org version: 8.2.6
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
ditaa0_9.jar

And org-babel-tangle on this

#+begin_src ditaa :file ditaa-simple.png :tangle no :exports both
  +------+   +-----+   +-----+   +-----+
  |{io}  |   |{d}  |   |{s}  |   |cBLU |
  | Foo  +---+ Bar +---+ Baz +---+ Moo |
  |      |   |     |   |     |   |     |
  +------+   +-----+   +--+--+   +-----+
                          |
             /-----\      |      +------+
             |     |      |      | c1AB |
             | Goo +------+---=--+ Shoo |
             \-----/             |      |
                                 +------+
#+end_src

Produces a png.
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
address@hidden | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson


On Tue, Jun 10, 2014 at 9:29 PM, Adrian Burd <address@hidden> wrote:
> I am wondering if anyone else running Mavericks (OSX 10.9.2) on a Mac is
> also having problems with ditaa? I'm running Emacs 24.3 and org-mode 8.2.6
>
> Whenever I try to process some ditaa source code (either via an org file or
> even from the command line) using the version if ditaa that comes with org,
> I get the following unpleasant error
>
> ditaa version 0.9, Copyright (C) 2004--2009  Efstathios (Stathis) Sideris
>
> Exception in thread "main" java.lang.NoSuchMethodError:
> org.stathissideris.ascii2image.core.ConversionOptions.<init>(Lorg/apache/commons/cli/CommandLine;)V
> at org.stathissideris.ascii2image.core.CommandLineConverter.main(Unknown
> Source)
>
> even when running with the simplest of ditaa files.
>
> I get the same error if I use Apples Java (java 6) or Oracle's Java (java
> 7u60).
>
> PlantUML code runs like a charm, so it's something in the way Java is
> interacting with ditaa.
>
> It does work on a similar Mac (in the office) running OSX 10.7 with org mode
> 8.2.1, so I'm suspecting that there's something messed up with Mavericks.
>
> Is anyone else seeing this?
>
> Thanks,
>
> Adrian
>
>
>



reply via email to

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