From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: [babel] buffer-wide settings for R graphical header arguments Date: Thu, 27 May 2010 13:27:43 -0500 Message-ID: <4BFEB99F.5070202@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHho5-0003pv-AO for emacs-orgmode@gnu.org; Thu, 27 May 2010 14:27:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHho3-0007ij-LH for emacs-orgmode@gnu.org; Thu, 27 May 2010 14:27:49 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:1755) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHho3-0007iI-Fi for emacs-orgmode@gnu.org; Thu, 27 May 2010 14:27:47 -0400 Received: from tadpole.ccbr.umn.edu (tadpole.ccbr.umn.edu [128.101.116.26]) by walleye.ccbr.umn.edu (8.9.3p2/8.9.3) with ESMTP id NAA29178 for ; Thu, 27 May 2010 13:27:46 -0500 (CDT) Received: from iron.ccbr.umn.edu (iron.ccbr.umn.edu [128.101.116.194]) by tadpole.ccbr.umn.edu (8.9.3/8.9.3) with ESMTP id NAA10853 for ; Thu, 27 May 2010 13:27:44 -0500 (CDT) 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: emacs-orgmode Hello, You can specify graphical header args in source blocks for R blocks that produce graphical output, e.g.: #+BEGIN_SRC R :file output.png :width 720 You can also set buffer-wide options with the following syntax, for example, with the tangle header argument. #+PROPERTY: tangle yes However, this doesn't appear to be working for me if I use, say `width`, in the following fashion. #+PROPERTY: width 720 Are R graphical header arguments supposed to be able to be set buffer-wide? Thanks! Erik