[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Plantuml w/ noweb and cached results
From: |
Ken Mankoff |
Subject: |
Re: [O] Plantuml w/ noweb and cached results |
Date: |
Fri, 23 Sep 2022 11:37:19 -0400 |
User-agent: |
mu4e 1.8.10; emacs 27.1 |
Hi Ihor,
Thank you for your reply. I apologize for not doing a more thorough test with
'-Q'. I'll try to find the problem in my setup.
-k.
On 2022-09-22 at 22:02 -04, Ihor Radchenko <yantar92@gmail.com> wrote:
> Ken Mankoff <mankoff@gmail.com> writes:
>
>> #+BEGIN_SRC plantuml :noweb yes :file cache-yes.png
>> @startjson
>> <<cache-yes()>>
>> @endjson
>> #+END_SRC
>>
>> #+RESULTS:
>> [[file:cache-yes.png]]
>>
>> The above graphic is an error message. It states,
>>
>> "Your data does not sound like JSON data".
>
> I tried your example it is working just fine on my side.
> I suggest you to try reproducing starting from Emacs -Q.
> See https://orgmode.org/manual/Feedback.html. You may also find
> https://github.com/alphapapa/with-emacs.sh useful to install packages
> into a temporary clean Emacs instance.