Hi List, when exporting the org file below to pdf (C-c C-e l p) the resulting (plantuml) graphics are really bad, with displaced uml-boxes etc., although the code is copied & pasted from the plantuml language reference (http://plantuml.sourceforge.net/activity.html).
Do you see the same bad results or is that somehow related to my pdf viewer (which is actually fbgs)? * ORG SCRATCH #+header: :exports results #+header: :file ~/plantuml-test1.png #+begin_src plantuml (*) --> ===B1=== --> "Parallel Activity 1" --> ===B2=== ===B1=== --> "Parallel Activity 2" --> ===B2=== --> (*) #+end_src #+header: :exports results #+header: :file ~/plantuml-test2.png #+BEGIN_SRC plantuml partition Conductor { (*) --> "Climbs on Platform" --> === S1 === --> Bows } partition Audience LightSkyBlue { === S1 === --> Applauds } partition Conductor { Bows --> === S2 === --> WavesArmes Applauds --> === S2 === } partition Orchestra #CCCCEE { WavesArmes --> Introduction --> "Play music" } #+END_SRC -- cheers, Thorsten