From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: unnamed :results Date: Wed, 05 Jan 2011 09:20:11 -0700 Message-ID: <87mxnfmhgd.fsf@gmail.com> References: <81CF2144-4011-4ED7-AD46-3BA6A590A70B@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43115 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaWQD-0003tP-J1 for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 11:41:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaWQC-0003aF-A1 for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 11:41:13 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:43661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaWQC-0003Yb-5p for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 11:41:12 -0500 Received: by mail-iw0-f169.google.com with SMTP id 40so17233635iwn.0 for ; Wed, 05 Jan 2011 08:41:11 -0800 (PST) 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: "Thomas S. Dye" Cc: Org Mode Hmm, I think the code has always named results blocks after the code block when the code block has a name. I would expect your "new" behavior below to have been the standard behavior since the early days of babel. Best -- Eric "Thomas S. Dye" writes: > Aloha all, > > In the course of updating an Org-mode file to take account of the new > file output handling for R, I noticed a change in the naming of > results blocks. In the example below, the top #+results: line was > produced with the most recent Org-mode from git. The previous > behavior is on the following line. > > #+srcname: r-complete-length-histogram-pdf > #+begin_src R :results output graphics :file r/adze_len_eg.png :var > x=whole-adzes > library(ggplot2) > adze.len <- ggplot(x, aes(length_poll)) > adze.len + geom_histogram() > #+end_src > > > #+results: > [[file:r/adze_len_eg.png]] > > #+results: r-complete-length-histogram-pdf > [[file:r/adze_len_eg.png]] > > The only change (other than updating Org-mode) was the addition of > graphics to the :results header argument. > > All the best, > Tom > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode