Re: [O] Issue with multiline string variable for JavaScript source code blocks

2014-11-21 Thread Peter Moresi
Emacs-lisp but when I figure out how to fix the issue I will send the patch with proper comments. Thanks, Peter On Friday, November 21, 2014, Nicolas Goaziou wrote: > Hello, > > Peter Moresi > writes: > > > Sure, the patch is attached.​ > > Applied. Thank you. > >

[O] PATCH: Add JISON to ORG-Babel Supported Languages

2014-11-18 Thread Peter Moresi
Hi, I'm spending a lot of time in org-mode doing literate programming and it does most everything that I need. However, it did not support the jison compiler generator. So I added it by copying ob-dot.el and making some minor changes. I also wrote instructions

Re: [O] Issue with multiline string variable for JavaScript source code blocks

2014-11-18 Thread Peter Moresi
Sure, the patch is attached.​ From 2c8214a8e45a6368c709ae26d6d20c7458ebe0dd Mon Sep 17 00:00:00 2001 From: Peter Moresi Date: Tue, 18 Nov 2014 15:58:17 -0800 Subject: [PATCH] Fix problem passing multiline variables into JS source code block --- lisp/ob-js.el |2 +- 1 file changed, 1

[O] Issue with multiline string variable for JavaScript source code blocks

2014-11-17 Thread Peter Moresi
Hi, I'm found a bug in ob-js.el when passing multi-line strings into a JavaScript source code blocks. The attached org file describes the problem and fix that I'm using to work around the issue. Thanks, Peter example-multiline-js-input.org Description: Binary data