Re: [PATCH] ob-plantuml: Add PlantUML block post-processing.

2021-05-02 Thread Bastien
Nick Daly writes: > Yes, I can confirm that `org-babel-plantuml-post-process` is not > necessary for the second patch. That was a line accidentally left over > from the first, larger, patch. Thanks Nick for confirming. -- Bastien

Re: [PATCH] ob-plantuml: Add PlantUML block post-processing.

2021-05-02 Thread Nick Daly
Hi Bastien, Bastien writes: > Nick Daly writes: > >> +(org-babel-plantuml-post-process out-file) > > Note that I had to remove the line above from your second patch. > > Can you confirm it is not necessary for your second patch to work? Yes, I can confirm that `org-babel-plantuml-post-proc

Re: [PATCH] ob-plantuml: Add PlantUML block post-processing.

2021-05-01 Thread Bastien
Hi Nick, Nick Daly writes: > +(org-babel-plantuml-post-process out-file) Note that I had to remove the line above from your second patch. Can you confirm it is not necessary for your second patch to work? Thanks, -- Bastien

Re: [PATCH] ob-plantuml: Add PlantUML block post-processing.

2021-05-01 Thread Bastien
Hi Nick, Nick Daly writes: > Nick Daly writes: > >> Please see the attached patch that allows for post-processing of >> PlantUML diagrams based on the exported file extension. > > If the above patch was too generic and heavy-weight for consideration, > please see this alternative, simpler, patch

Re: [PATCH] ob-plantuml: Add PlantUML block post-processing.

2021-04-13 Thread Nick Daly
Nick Daly writes: > Please see the attached patch that allows for post-processing of > PlantUML diagrams based on the exported file extension. If the above patch was too generic and heavy-weight for consideration, please see this alternative, simpler, patch. It just adds a flag that, when enable

[PATCH] ob-plantuml: Add PlantUML block post-processing.

2021-04-07 Thread Nick Daly
up somewhere as the previous emails never appeared on the list. Thanks for your time, Nick >From 527610e8a415a45bffac53b9b508b472311627c3 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Mon, 5 Apr 2021 21:48:03 -0500 Subject: [PATCH] ob-plantuml: Add PlantUML block post-processing. * lisp/