emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] Problems with :exports results for shell and plantuml code [9.


From: Bruno Barbier
Subject: Re: [BUG] Problems with :exports results for shell and plantuml code [9.6-pre (release_9.5.5-995-g4b9aef @ /home/dzu/.emacs.d/straight/build/org-mode/)]
Date: Sat, 11 Feb 2023 09:11:56 +0100

Detlev Zundel <dzu@member.fsf.org> writes:

> Hi orgmode-list!
>
> I currently have a problem while exporting org-babel blocks to html or
> latex output.  Even though I explicitely specify ':exports result' for
> the blocks, the exported document contains both the (syntax colored)
> code block and the code.  I noticed this in a plantuml block that I use
> to generate inline diagrams.  Exporting to PDF actually yields a PDF
> looking like it contains only the results, but there are errors in the
> '*Org PDF LaTeX Outupt*' buffer, saying that pygmentize misses a lexer
> for plantuml.  Checking the generated LaTeX code indeed shows that the
> code is exported to LaTeX, even though ':exports result' is passed as a
> header argument.

Maybe:

   :exports result
=>
   :exports results

?

Bruno



reply via email to

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