From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Max_Fl=F6ttmann?= Subject: [babel] ':file' argument does not work Date: Fri, 22 Jul 2011 11:36:14 +0200 Message-ID: <867A8532-0A25-4028-BBC8-71E07E54FCBE@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]:57483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkC9p-0000NV-PK for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 05:36:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkC9n-00031t-Vm for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 05:36:33 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:45858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkC9n-00031P-MF for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 05:36:31 -0400 Received: by fxd18 with SMTP id 18so4031329fxd.39 for ; Fri, 22 Jul 2011 02:36:30 -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 Y2011_M07_T11_h11_m14_s05_plot.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=