From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Exporting org-mode source Date: Thu, 8 May 2014 10:17:27 +0200 Message-ID: References: <1E931AAE-1737-4705-80F2-E9672C85BCDC@agrarianresearch.org> <86zjizwdgh.fsf@somewhere.org> <94E8688E-2E2B-4FDB-A612-61FD3B671DA3@agrarianresearch.org> <39AAFCF6-69E7-470F-BE8E-93433AD8EF30@agrarianresearch.org> <4748A59A-F023-40CA-B783-D5253AC96330@agrarianresearch.org> <86ha50k827.fsf@somewhere.org> Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiJWO-0003EZ-Sh for emacs-orgmode@gnu.org; Thu, 08 May 2014 04:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiJWH-0002gy-7c for emacs-orgmode@gnu.org; Thu, 08 May 2014 04:17:40 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:39980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiJWH-0002gN-1r for emacs-orgmode@gnu.org; Thu, 08 May 2014 04:17:33 -0400 Received: by mail-ee0-f41.google.com with SMTP id t10so1452304eei.28 for ; Thu, 08 May 2014 01:17:32 -0700 (PDT) In-Reply-To: <86ha50k827.fsf@somewhere.org> 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: Sebastien Vauban Cc: org-mode mailing list >>=20 >> It does not work without ":exports code=E2=80=9D >=20 > I don't understand that, as ":exports code" is the default for Org = code > blocks, as shown by: >=20 > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > =E2=94=82 org-babel-default-header-args:org is a variable defined in = `ob-org.el'. > =E2=94=82 Its value is ((:results . "raw silent") (:exports . = "code")) > =E2=94=82 > =E2=94=82 Documentation: > =E2=94=82 Default arguments for evaluating a org source block. > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 Indeed, my bad. I had "#+property: exports results=E2=80=9D in the file header, = something that I have been routinely copying from one file to another, = since usually do not want to export code. Sorry. Vikas=