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 boxes

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 is not being drawn fo

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 ditaa jar file). Note al

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 : > On Sat

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 +---+

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 org-b

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 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 the line soli

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 writes: > Hi there, > > I'm preparing a document in which I discuss the CSS b

Re: [O] ditaa

2011-08-19 Thread Henri-Paul Indiogine
Hi Eric! 2011/8/19 Eric Schulte : > 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 agree. I had used Ti

Re: [O] ditaa

2011-08-19 Thread Eric Schulte
Henri-Paul Indiogine writes: > 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 dita

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 'my-org-confirm-ba

Re: [O] ditaa

2011-08-12 Thread Nick Dokos
Sebastien Vauban 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 necessary. > > Y

Re: [O] ditaa

2011-08-12 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 and Unicode characters [babel]

2011-04-25 Thread Eric Schulte
Juan Pechiar 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 >> >> #+begin_src d

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

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

2011-04-25 Thread Eric Schulte
Hi Juan, Juan Pechiar 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!). > > http://stackoverflow.com/questions