From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: better result insertion into Org-mode buffers Date: Mon, 07 Jun 2010 17:08:46 -0700 Message-ID: <87wruafks1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35868 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLmNG-0006t3-Fw for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 20:08:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLmNC-00057q-BM for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 20:08:55 -0400 Received: from mail-pz0-f176.google.com ([209.85.222.176]:36494) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLmNC-00057g-4N for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 20:08:54 -0400 Received: by pzk6 with SMTP id 6so1832941pzk.1 for ; Mon, 07 Jun 2010 17:08:53 -0700 (PDT) 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: Org Mode Hi, In a (fairly) recent thread [1] Graham Smith has brought up the fact that org-babel does not replace existing results in-place where they originally existed in an org-mode buffer, but rather deletes any existing results, and inserts new results immediately afterwards. Thanks for bringing this up Graham. In a related note, Dan has mentioned that it would be nice to have an "append" option for building new results onto existing results. I've just pushed up a fix (described at [2]) which takes care of the issue Graham raised, and also adds both "append" and "prepend" keywords to the :results header argument. Thanks -- Eric Footnotes: [1] http://thread.gmane.org/gmane.emacs.orgmode/22837/focus=22860 [2] http://eschulte.github.com/babel-dev/DONE-results-deletion-and-insertion.html