Re: [O] Babel results in other lang code

2015-08-04 Thread Satoru KURASHIKI
hi, On Sun, Aug 2, 2015 at 4:20 AM, Charles C. Berry wrote: > Not sure what you mean about 'disturbing header parameters', but using I want this extension to avoid ocupying header area/keywords as prereq, and leave them for user. (For now, it presets :results raw, and user can't use other option

Re: [O] Babel results in other lang code

2015-08-01 Thread Charles C. Berry
On Sat, 1 Aug 2015, Satoru KURASHIKI wrote: hi, I've tried to write babel extension for typescript. cf. https://github.com/lurdan/ob-typescript Because "results: code" forces same language in results, it outputs transpile results enclosed with #BEGIN_SRC js #END_SRC assuming "results: raw". I

[O] Babel results in other lang code

2015-07-31 Thread Satoru KURASHIKI
hi, I've tried to write babel extension for typescript. cf. https://github.com/lurdan/ob-typescript Because "results: code" forces same language in results, it outputs transpile results enclosed with #BEGIN_SRC js #END_SRC assuming "results: raw". I want it to do this with more sane way (not dis