[O] ditaa and plantuml exports source code?

2017-01-31 Thread Andreas Hirczy
Hi! Exports from my org files show unwanted source blocks from ditaa in export. I created a simple example: ### #+NAME: TEST #+BEGIN_SRC ditaa :file pics/test.png :exports results +-+ | cBLU| | | |++ ||cPNK|

Re: [O] ditaa problems?

2016-11-15 Thread Eric S Fraga
On Tuesday, 15 Nov 2016 at 16:26, Peter Davis wrote: > I'm trying to include a ditaa diagram in a document, but the diagram is > not drawing correctly. I've attached the source file and the resulting > png. As you can see, the box around fieldGroup1 is not being drawn for > some reason. Other

Re: [O] ditaa problems?

2016-11-15 Thread Peter Davis
Eric S Fraga writes: > On Tuesday, 15 Nov 2016 at 16:26, Peter Davis wrote: >> I'm trying to include a ditaa diagram in a document, but the diagram is >> not drawing correctly. I've attached the source file and the resulting >> png. As you can see, the box around fieldGroup1

[O] ditaa problems?

2016-11-15 Thread Peter Davis
I'm trying to include a ditaa diagram in a document, but the diagram is not drawing correctly. I've attached the source file and the resulting png. As you can see, the box around fieldGroup1 is not being drawn for some reason. Other boxes appear to be correct. Any clues? Am I missing something?

Re: [O] ditaa and plantuml in PATH

2016-03-28 Thread briangpowell .
I remember looking into NixOS years ago and it was very interesting--also looked into "GNU Stow" and it may help you with PATH problems: https://www.gnu.org/software/stow GNU Stow comes with NixOS: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/misc/stow On Mon, Mar 28, 2016 at 1:18 PM,

Re: [O] ditaa and plantuml in PATH

2016-03-28 Thread Nick Dokos
Alexey Shmalko writes: > Hi! > > I use NixOS and ditaa is globally installed. That means I have ditaa > executable in PATH but no easy way to find a ditaa.jar file. There is > no way to instruct org-ditaa to use the specified executable (it > requires java and path to the

[O] ditaa and plantuml in PATH

2016-03-28 Thread Alexey Shmalko
Hi! I use NixOS and ditaa is globally installed. That means I have ditaa executable in PATH but no easy way to find a ditaa.jar file. There is no way to instruct org-ditaa to use the specified executable (it requires java and path to the ditaa jar file). Note also that I don't have java in PATH.

Re: [O] ditaa source gets disappeared by exporting html

2014-10-11 Thread Eric S Fraga
On Saturday, 11 Oct 2014 at 12:13, ishi soichi wrote: emacs 24.3 org-mode 8.2.6 When I run org-html-export-to-html the following code, #+begin_src ditaa :file ditaa-seqboxes.png +--+ +-+ +-+ +-+ |{io} | |{d} | |{s} | |cBLU | | Foo +---+ Bar +---+ Baz +---+

Re: [O] ditaa source gets disappeared by exporting html

2014-10-11 Thread ishi soichi
thanks for your reply. It might have been my mistake. I have redone all org-mode configuration written in init.el, then now it seems to be working as I wanted it to. Though, I wasn't able to find the cause of what was happing. Thanks anyway. 2014-10-11 17:40 GMT+09:00 Eric S Fraga

[O] ditaa source gets disappeared by exporting html

2014-10-10 Thread ishi soichi
emacs 24.3 org-mode 8.2.6 When I run org-html-export-to-html the following code, #+begin_src ditaa :file ditaa-seqboxes.png+--+ +-+ +-+ +-+|{io} | |{d} | |{s} | |cBLU || Foo +---+ Bar +---+ Baz +---+ Moo || | | | | | | |+--+ +-+

[O] ditaa on Mac OS X

2014-08-06 Thread SabreWolfy
This[1] ditaa example with ORg 8.2.7f under Mac OS X Mavericks fails with a message indicating that .../elpa/contrib/scripts/ditaa.jar is not found. I created the folder and soft-linked /usr/local/bin/ditaa to ditaa.jar and tried again. This time the export ran, but the PDF it created contained a

[O] Ditaa on Mac OS X

2014-08-06 Thread SabreWolfy
This[1] ditaa example with ORg 8.2.7f under Mac OS X Mavericks fails with a message indicating that .../elpa/contrib/scripts/ditaa.jar is not found. I created the folder and soft-linked /usr/local/bin/ditaa to ditaa.jar and tried again. This time the export ran, but the PDF it created contained a

[O] ditaa problem with latest org mode

2014-06-11 Thread Adrian Burd
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

Re: [O] ditaa problem with latest org mode

2014-06-11 Thread Grant Rettke
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

[O] ditaa diagram not as expected

2012-08-07 Thread Richard Lewis
Hi there, I'm preparing a document in which I discuss the CSS box model and wanted to include a diagram, this diagram: #+begin_ditaa boxmodel.png -S +---=---+ | margin | | +-+ | | |

Re: [O] ditaa diagram not as expected

2012-08-07 Thread Eric Schulte
This is a ditaa issue and probably isn't affected by Org-mode. I have had issues like this in the past with ditaa, I often find that the solution is to leave more space between my shapes or lines. Best, Richard Lewis richardle...@fastmail.co.uk writes: Hi there, I'm preparing a document in

Re: [O] ditaa diagram not as expected

2012-08-07 Thread Richard Lewis
At Tue, 07 Aug 2012 07:48:36 -0600, Eric Schulte wrote: Richard Lewis richardle...@fastmail.co.uk writes: However, the diagram that org/ditaa creates is missing the third box (counting from the outside inwards), the box between border and padding. I tried removing the = (which would make

Re: [O] ditaa

2011-08-19 Thread Henri-Paul Indiogine
Hi Eric! 2011/8/19 Eric Schulte schulte.e...@gmail.com: On a side note (and personal preference) I would highly recommend using TikZ for LaTeX documents as the finished product seamlessly integrates with the rest of the document and scales nicely from posted to post-card printings. Yes, I

Re: [O] ditaa

2011-08-13 Thread Sebastien Vauban
Hi Henri-Paul, Henri-Paul Indiogine wrote: Is anyone experiencing problems with LaTeX export + ditaa? After a git pull upgrade this morning the export to LaTeX of ditaa has changed to hyperref. I can post the relevant LaTeX lines if necessary. Yes, I think it'd help if you could post a

Re: [O] ditaa

2011-08-13 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Henri-Paul, Henri-Paul Indiogine wrote: Is anyone experiencing problems with LaTeX export + ditaa? After a git pull upgrade this morning the export to LaTeX of ditaa has changed to hyperref. I can post the relevant LaTeX lines if

Re: [O] ditaa

2011-08-13 Thread Henri-Paul Indiogine
Greetings! This is from my .emacs (org-babel-do-load-languages 'org-babel-load-languages '((R . t) (ditaa . t) . . (defun my-org-confirm-babel-evaluate (lang body) (not (string= lang ditaa))) ; don't ask for ditaa (setq org-confirm-babel-evaluate

[O] ditaa

2011-08-12 Thread Henri-Paul Indiogine
Greetings! Is anyone experiencing problems with LaTeX export + ditaa? After a git pull upgrade this morning the export to LaTeX of ditaa has changed to hyperref. I can post the relevant LaTeX lines if necessary. Thanks, Henri-Paul -- Henri-Paul Indiogine Curriculum Instruction Texas AM

Re: [O] DITAA and Unicode characters [babel]

2011-04-25 Thread Eric Schulte
Hi Juan, Juan Pechiar j...@pechiar.com writes: Hi, Out of the box, ob-ditaa does not work with non-ascii characters. I looked into the problem in order to answer a user request on StackOverflow (yes, there are org-mode questions posted there instead of here!).

Re: [O] DITAA and Unicode characters [babel]

2011-04-25 Thread Juan Pechiar
On Mon, Apr 25, 2011 at 01:13:41PM -0600, Eric Schulte wrote: I just pushed up a change to ob-ditaa which adds a new header argument, namely :java through which options can be passed to the java command. With that patch the following should work #+begin_src ditaa :file ... :cmdline -e utf-8

Re: [O] DITAA and Unicode characters [babel]

2011-04-25 Thread Eric Schulte
Juan Pechiar j...@pechiar.com writes: On Mon, Apr 25, 2011 at 01:13:41PM -0600, Eric Schulte wrote: I just pushed up a change to ob-ditaa which adds a new header argument, namely :java through which options can be passed to the java command. With that patch the following should work

[O] DITAA and Unicode characters [babel]

2011-04-24 Thread Juan Pechiar
Hi, Out of the box, ob-ditaa does not work with non-ascii characters. I looked into the problem in order to answer a user request on StackOverflow (yes, there are org-mode questions posted there instead of here!).