From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: How to initiate source edits Date: Fri, 3 May 2013 08:07:29 +0000 (UTC) Message-ID: References: <51835119.9000805@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYB1x-0000aX-SU for emacs-orgmode@gnu.org; Fri, 03 May 2013 04:07:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYB1w-0005lV-OZ for emacs-orgmode@gnu.org; Fri, 03 May 2013 04:07:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:59030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYB1w-0005lQ-IZ for emacs-orgmode@gnu.org; Fri, 03 May 2013 04:07:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UYB1r-0000Au-Pm for emacs-orgmode@gnu.org; Fri, 03 May 2013 10:07:43 +0200 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 May 2013 10:07:43 +0200 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 May 2013 10:07:43 +0200 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 Andreas Röhler easy-emacs.de> writes: > What is the best way to put this into an > > #+BEGIN_SRC python > > foo = { > "bar": ( > "baz", > "qux", > ), > } > > #+END_SRC < s TAB python C-c ' C-x i src.python C-c ' Regards, Achim.