From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland DONAT Subject: Re: Babel : python generate org source block with an extra comma before * characters Date: Tue, 15 Jul 2014 15:35:57 +0000 (UTC) Message-ID: References: <87ha2lxr35.fsf@gmail.com> <874mykyewn.fsf@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]:60721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74m8-0006Tt-Nw for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 11:36:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X74m1-0003jB-9c for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 11:36:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:35368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74m1-0003ia-2a for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 11:36:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X74lz-0002ua-1N for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 17:36:07 +0200 Received: from vsp56-2-88-169-163-185.fbx.proxad.net ([88.169.163.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jul 2014 17:36:07 +0200 Received: from roland.donat by vsp56-2-88-169-163-185.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jul 2014 17:36:07 +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 Thorsten Jolitz gmail.com> writes: > > Roland DONAT gmail.com> writes: > > > To do so, I tried to use de "drawer" option. It gives me the good result > > with a drawer but then when I export my org buffer to latex, the drawers > > ":RESULTS:" is also exported which is not cool... > > Did you try header args ':exports code ' or ':exports none'? > Sorry for the late reply and thanks for your post. Yes I did and it does't work since these options do exactly what they are supposed to. So : - :exports code just exports my python source code. - :exports none exports nothing. But unfortunately I realised that the "BEGIN_ORG" drawer was also exported which is not what I want. So, I will create another post on that specific subject. Cheers.