Re: Babel: parse error when output contains opening bracket

2020-09-09 Thread Bastien
Hi Ian, ian martins writes: > Of course there's never a problem in fixing things. I'm curious how > you did it. Will look when I have a chance. Here it is: https://code.orgmode.org/bzg/org-mode/commit/989f50a53 Sorry I forgot to mention the commit in the ack message. PS: As I said, it was qui

Re: Babel: parse error when output contains opening bracket

2020-09-08 Thread ian martins
Of course there's never a problem in fixing things. I'm curious how you did it. Will look when I have a chance. On Sun, Sep 6, 2020, 5:57 AM Bastien wrote: > Hi Ian, > > ian martins writes: > > > I've written an alternative org-java.el that doesn't have that > > problem. > > I hope you don't mi

Re: Babel: parse error when output contains opening bracket

2020-09-06 Thread Bastien
Hi Ian, ian martins writes: > I've written an alternative org-java.el that doesn't have that > problem. I hope you don't mind the fix I just integrated -- it's simple enough for being in 9.3.8, the next stable release. Obviously your updates ob-java.el will probably make it obsolete once we

Re: Babel: parse error when output contains opening bracket

2020-09-06 Thread Bastien
Hi Jarmo, Jarmo Hurri writes: > In the org file below, the first babel block will evaluate just fine, > while the second will signal "End of file during parsing". The > difference is the opening bracket "[" in output. Fixed in maint, thanks. -- Bastien

Re: Babel: parse error when output contains opening bracket

2020-06-30 Thread ian martins
On Tue, Jun 30, 2020 at 12:13 AM Jarmo Hurri wrote: > ian martins writes: > > > Since you recommend it, I will try submitting a patch for java. > > Excellent. > I posted the patch for java. Let m

Re: Babel: parse error when output contains opening bracket

2020-06-29 Thread Jarmo Hurri
ian martins writes: > Since you recommend it, I will try submitting a patch for java. Excellent. > I still want to share the haxe integration. What is the best way to do > that? What does "haxe integration" mean here? All the best, Jarmo

Re: Babel: parse error when output contains opening bracket

2020-06-28 Thread ian martins
A little while back I submitted a patch to add org-babel integration for haxe and mentioned that the same could be done for java to expand the features of the java integration. There was no response which I took to mean no interest in haxe or java, so I didn't think submitting a patch for java woul

Re: Babel: parse error when output contains opening bracket

2020-06-27 Thread Jarmo Hurri
>> ian martins writes: >> >> Would it be possible for us to fix the current version without >> introducing a new one? Can you identify the parts of your code that fix >> the issue? >> > The existing code creates the java program and runs it correctly, but > it uses `org-babel-import-elisp-from-

Re: Babel: parse error when output contains opening bracket

2020-06-27 Thread ian martins
On Sat, Jun 27, 2020 at 1:25 AM Jarmo Hurri wrote: > ian martins writes: > > Hello. > > > I've written an alternative org-java.el that doesn't have that > > problem. I wanted to add it to contrib/ but haven't been able to get > > access. if you want to try it I can post it somewhere. > > Sounds

Re: Babel: parse error when output contains opening bracket

2020-06-26 Thread Jarmo Hurri
ian martins writes: Hello. > I've written an alternative org-java.el that doesn't have that > problem. I wanted to add it to contrib/ but haven't been able to get > access. if you want to try it I can post it somewhere. Sounds excellent. Would it be possible for us to fix the current version w

Re: Babel: parse error when output contains opening bracket

2020-06-26 Thread ian martins
I've written an alternative org-java.el that doesn't have that problem. I wanted to add it to contrib/ but haven't been able to get access. if you want to try it I can post it somewhere. On Thu, Jun 25, 2020 at 7:29 AM Jarmo Hurri wrote: > > Greetings. > > In the org file below, the first babel

Babel: parse error when output contains opening bracket

2020-06-25 Thread Jarmo Hurri
Greetings. In the org file below, the first babel block will evaluate just fine, while the second will signal "End of file during parsing". The difference is the opening bracket "[" in output. I think am running the most recent stable version: Org mode version 9.3.7 (release_9.3.7-4-gba6ca7) T