From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: How to initiate source edits Date: Fri, 03 May 2013 07:54:33 +0200 Message-ID: <51835119.9000805@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY8ux-0005cc-0a for emacs-orgmode@gnu.org; Fri, 03 May 2013 01:52:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UY8uw-0000W4-0m for emacs-orgmode@gnu.org; Fri, 03 May 2013 01:52:26 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:53909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY8uv-0000Vk-Nd for emacs-orgmode@gnu.org; Fri, 03 May 2013 01:52:25 -0400 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 Hi, have in some source file, let's assume Python, the following: foo = { "bar": ( "baz", "qux", ), } What is the best way to put this into an #+BEGIN_SRC python foo = { "bar": ( "baz", "qux", ), } #+END_SRC Thanks, Andreas