emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Server-side export problem in Worg? (was: [PATCH] org-contrib/


From: Max Nikulin
Subject: Re: [BUG] Server-side export problem in Worg? (was: [PATCH] org-contrib/babel/languages/ob-doc-plantuml.org: ASCII output)
Date: Thu, 22 Sep 2022 21:03:44 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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

[Prev in Thread] Current Thread [Next in Thread]