Re: [O] Babel questions for finalising Processing support

2015-03-07 Thread Jarmo Hurri
Aaron Ecay writes: >> 3. In ob-processing.el I (require 'ob). However, to avoid a compiler >>warning about a free variable I still need to declare >> >>(eval-when-compile (defvar org-babel-temporary-directory)) >> >>Is this ok? > > This looks bogus. The defvar for org-babel-tempor

Re: [O] Babel questions for finalising Processing support

2015-03-07 Thread Aaron Ecay
Hi Jarmo, It’s good to hear of your progress! 2015ko martxoak 6an, Jarmo Hurri-ek idatzi zuen: > > Greetings. > > My implementation of Processing support in Babel is proceeding really > well! I have now both external viewing of sketches and export to html > (sketches drawn by browser) working.