This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

plantuml in emacs org-mode - Help!


I can't get embedded plantuml to work, and I'm *sure* it's a windows path
kind of problem because I get

     *Could not find plantuml.jar at c:\cygwin64\home\  ....* *(see below
for path)*

I can see where this arises in the source, and I'm sure I just need to
change a few variables to have it work.  If you know how to do it, please
let me know! What's odd is that the source seems to check the validity of
the jar path only if system-type is not cygwin :-(

Specifically, I want to have something like


*#+begin_src plantuml :file blah.png *
*a->b*
*#+end_src*

and then export to html using C-c  C-e h h (or show inline with C-c C-c)

In my .emacs, I  added *(plantuml . t)* to my list of babel languages to
load, and I've got

*(setq  org-plantuml-jar-path
"c:\\cygwin64\\home\\myid\lib\\plantuml.1.2018.8.jar")*

since when using cygwin, the jar is at ~/lib/plantuml.1.2018.8.jar

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]