From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland DONAT Subject: :RESULTS: drawer exported in LaTeX Date: Tue, 15 Jul 2014 15:41:27 +0000 (UTC) Message-ID: 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]:37274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74rX-0000tt-LV for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 11:42:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X74rO-0007rt-Bp for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 11:41:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:46518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74rO-0007qq-4s for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 11:41:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X74rK-0005AH-J8 for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 17:41:38 +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:41:38 +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:41:38 +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 Dear Orgmode community, I have this piece of python code that generate Orgmode text : #+NAME: test #+HEADER: :session test1 #+HEADER: :results value drawer #+BEGIN_SRC python a = "** H1\nblabla\n** H2\nbloblo" a #+END_SRC #+RESULTS: test :RESULTS: ** H1 blabla ** H2 bloblo :END: But when I export my document in LaTeX, the :RESULTS: drawer appears in the final pdf which it's not cool... I have a d:nil in my OPTIONS header. My configuration : - Org 8.2.5h on Linux Mint 16. - Python 3 Any help would be much appreciated! Thanks. Roland.