From mboxrd@z Thu Jan 1 00:00:00 1970 From: Satoru KURASHIKI Subject: Babel results in other lang code Date: Sat, 1 Aug 2015 11:35:45 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLMeJ-0003Ja-II for emacs-orgmode@gnu.org; Fri, 31 Jul 2015 22:35:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLMeI-0000NO-Jw for emacs-orgmode@gnu.org; Fri, 31 Jul 2015 22:35:47 -0400 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:33049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLMeI-0000NH-EX for emacs-orgmode@gnu.org; Fri, 31 Jul 2015 22:35:46 -0400 Received: by vkgc186 with SMTP id c186so27012657vkg.0 for ; Fri, 31 Jul 2015 19:35:45 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 disturbing header parameters), are there any nice tweaks? regards, -- KURASHIKI Satoru