From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=22Martin_G=2E_Skj=E6veland=22?= Subject: Re: What is output for org-babel? Date: Sun, 08 Nov 2009 16:05:45 +0100 Message-ID: <4AF6DE49.8050602@ifi.uio.no> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N79Kc-0008Sv-FE for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 10:05:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N79KY-0008SB-MC for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 10:05:30 -0500 Received: from [199.232.76.173] (port=50375 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N79KY-0008S8-Hw for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 10:05:26 -0500 Received: from smtp.domeneshop.no ([194.63.248.54]:52582) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N79KY-0005az-3D for emacs-orgmode@gnu.org; Sun, 08 Nov 2009 10:05:26 -0500 In-Reply-To: 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: andrea Crotti Cc: emacs-orgmode@gnu.org andrea Crotti wrote: > I'm with org-mode 6.31a, I was trying to > get output in the exported files but I never see the output. Hi, not sure if this is related -- or helpful, but here goes! When I export the following file: ----------------start--------------- * lowercase #+begin_src python :exports results 2+2 #+end_src * uppercase #+BEGIN_SRC python :exports results 2+2 #+end_src ----------------end--------------- the results are (copied from pdf): ----------------start--------------- 1 lowercase 4 2 uppercase 2+2 ----------------end--------------- Writing "begin_src" in lowercase or uppercase makes a difference. I am not sure if this is a feature or a bug. Martin