Re: [O] Plantuml w/ noweb and cached results

2022-09-23 Thread Ken Mankoff
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 wrote: > Ken Mankoff writes: > >> #+BEGIN_SRC plantuml :noweb yes :file cache-yes.png >> @startjson >> <> >>

Re: [O] Plantuml w/ noweb and cached results

2022-09-22 Thread Ihor Radchenko
Ken Mankoff writes: > #+BEGIN_SRC plantuml :noweb yes :file cache-yes.png > @startjson > <> > @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

[O] Plantuml w/ noweb and cached results

2022-09-21 Thread Ken Mankoff
Hello, I'm not sure if this is a bug in ob-restclient, ob-plantuml, or Babel. If someone can help me figure out where, I can move this report to GitHub (if ob-restclient) - otherwise I think it remains here. I cannot use ob-plantuml if results are cached. See example: #+NAME: cache-no