From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Subject: Indicate programming language on babel export to markdown. Date: Sun, 11 Aug 2013 12:53:17 +0400 Message-ID: <20130811125317.2c07fb71455a0b0a89506701@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8RP0-0003r1-3d for emacs-orgmode@gnu.org; Sun, 11 Aug 2013 04:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8ROr-0003Cd-Nl for emacs-orgmode@gnu.org; Sun, 11 Aug 2013 04:53:30 -0400 Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:56019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8ROr-0003CO-GZ for emacs-orgmode@gnu.org; Sun, 11 Aug 2013 04:53:21 -0400 Received: by mail-lb0-f181.google.com with SMTP id o10so4145095lbi.12 for ; Sun, 11 Aug 2013 01:53:20 -0700 (PDT) Received: from kostafey-QX310 (128-69-241-121.broadband.corbina.ru. [128.69.241.121]) by mx.google.com with ESMTPSA id eb20sm9681082lbb.15.2013.08.11.01.53.18 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 11 Aug 2013 01:53:18 -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 GitHub support programming language highlight for markdown: ```lisp (some-code) ``` When I use org-md-export-to-markdown for such org snippet #+begin_src emacs-lisp (some-code) #+end_src babel is not indicate `emacs-lisp` in the resulting markdown file. Is it possible? How to achieve that? -- Kostafey