From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Beffara Subject: Re: Babel, Python and UTF-8 Date: Thu, 02 Dec 2010 17:12:02 +0100 Message-ID: References: <87fwuhas6t.fsf@gmail.com> <87mxoo9r95.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=57672 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POBlt-0002iy-Qs for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 11:12:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POBlf-0007n1-6Y for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 11:12:37 -0500 Received: from lo.gmane.org ([80.91.229.12]:44648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POBle-0007mj-Vy for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 11:12:23 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1POBlX-0005ij-B5 for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 17:12:15 +0100 Received: from 140.77.141.68 ([140.77.141.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Dec 2010 17:12:15 +0100 Received: from vbeffara by 140.77.141.68 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Dec 2010 17:12:15 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, > I've just pushed up a new prefix header argument. Fantastic ! It works exactly as needed. Thanks a lot ! > This header argument only has meaning for python code blocks (since it > is tied into evaluation each language would have to handle it > separately). That's fine, most cases can probably be handled using something like <> anyway. It is just Python insisting to find the coding instruction in the first 2 lines that causes trouble, so a specific implementation makes sense. Thanks again, /v