From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Max_Fl=F6ttmann?= Subject: [babel] :file header Date: Mon, 25 Jul 2011 08:26:48 +0200 Message-ID: <34D10A2D-184B-486D-BA33-5341E53D3D3D@gmail.com> Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlEcv-0008FH-64 for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 02:26:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlEcu-00065W-7L for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 02:26:53 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:43670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlEcu-00065Q-2g for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 02:26:52 -0400 Received: by fxd18 with SMTP id 18so6977842fxd.39 for ; Sun, 24 Jul 2011 23:26:50 -0700 (PDT) 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 Hi, I'm working with org-mode and babel to write annotated R-scripts. I = include a lot of code blocks that should write their graphics to a file. I'm usually using the :file argument for that, but on my Mac this = doesn't work anymore. A code block like this: #+begin_src R :file test.pdf :session test plot.Data(data) #+end_src Should be sent to the session 'test' and should be wrapped in the code = to produce a pdf. This wrapping does not work. The result is a link to the file, but the file is not produced. The = session does not show the wrapper code either. I'm using Aquamacs 2.2 and Org-mode version 7.6 (release_7.6.1.gc51d). Does anybody know a fix for this? Regards, Max=