On 22/09/2022 19:18, Ihor Radchenko wrote:
Joseph Turner writes:

Actually, I just looked at the org-mode documentation on the site today,
and noticed that the examples of use section
(https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-plantuml.html#org6cd541e)
has the wrong ASCII output. The output should be

       ,---.          ,-----.
       |Bob|          |Alice|
       `-+-'          `--+--'
         | Hello World!  |
         |-------------->|
       ,-+-.          ,--+--.
       |Bob|          |Alice|
       `---'          `-----'

but instead it's just

Bob -> Alice : Hello World!

The .org source for the page does contain the correct ASCII art version.
(you can check it at 
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-plantuml.org)

Bastien, there seems to be an issue with Worg export on server. Can you
please check?

There is nothing wrong with Worg export. The code block lacks ":exports result", so HTML output contain its source.

Notice that plantuml is not installed by CI (I think intentionally), so no code blocks are evaluated during export. You may check logs by clicking on a build number at https://builds.sr.ht/~bzg/worg


Reply via email to