From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Subject: Re: How to initiate source edits Date: Fri, 03 May 2013 10:27:43 +0200 Message-ID: <518374FF.30605@easy-emacs.de> References: <51835119.9000805@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYBJ5-0004kI-W3 for emacs-orgmode@gnu.org; Fri, 03 May 2013 04:25:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYBJ4-0002zZ-RG for emacs-orgmode@gnu.org; Fri, 03 May 2013 04:25:31 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:64387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYBJ4-0002zL-IK for emacs-orgmode@gnu.org; Fri, 03 May 2013 04:25:30 -0400 In-Reply-To: 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 Am 03.05.2013 10:07, schrieb Achim Gratz: > 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. > > > > Thanks a lot!