From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [babel] :file header Date: Mon, 25 Jul 2011 11:02:49 -0600 Message-ID: <87bowijmae.fsf@gmail.com> References: <34D10A2D-184B-486D-BA33-5341E53D3D3D@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlP4E-0001i6-RC for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 13:35:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlP4D-00038O-Ch for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 13:35:46 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:34702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlP4D-00038I-5T for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 13:35:45 -0400 Received: by gxk23 with SMTP id 23so2710468gxk.0 for ; Mon, 25 Jul 2011 10:35:44 -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: Max =?utf-8?Q?Fl=C3=B6ttmann?= Cc: emacs-orgmode@gnu.org Did you see my response to your previous email on this subject? Max Fl=C3=B6ttmann writes: > Hi, > I'm working with org-mode and babel to write annotated R-scripts. I inclu= de 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 sessi= on 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 --=20 Eric Schulte http://cs.unm.edu/~eschulte/