From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ag Ibragimov Subject: Feature request: results type json Date: Wed, 28 Mar 2018 13:42:55 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1HuS-0005Ic-E9 for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 16:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1HuP-00016O-2S for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 16:43:04 -0400 Received: from mail-ua0-x231.google.com ([2607:f8b0:400c:c08::231]:45388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1HuO-00015z-U7 for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 16:43:00 -0400 Received: by mail-ua0-x231.google.com with SMTP id j18so2363462uae.12 for ; Wed, 28 Mar 2018 13:42:59 -0700 (PDT) Received: from C02PQ1QFFVH8 ([50.232.12.18]) by smtp.gmail.com with ESMTPSA id o77sm1141758vka.21.2018.03.28.13.42.56 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 28 Mar 2018 13:42:57 -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" To: emacs-orgmode@gnu.org Sorry, I don't know the best medium to convey ideas and I'm afraid not qualified (familiar with org-mode codebase) to submit a PR for this. I wonder how difficult would be to add the possibility to have babel src block results to be rendered as json? Basically a new result type https://orgmode.org/manual/results.html#results Thank you.