From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: FR: Columnview Tables & Formulas Date: Mon, 8 Sep 2008 09:44:53 +0200 Message-ID: <73197C09-B388-4462-A649-070D2E211C83@uva.nl> References: <20080906215755.GC14306@thinkpad.adamsinfoserv.com> <20080907065938.GE14306@thinkpad.adamsinfoserv.com> <3C957999-E70D-4CBC-A2DA-C9E91011C34E@uva.nl> <87hc8r1qf4.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KccuG-0004rr-Sr for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 05:19:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KccuE-0004pq-B4 for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 05:19:36 -0400 Received: from [199.232.76.173] (port=38147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KccuE-0004pj-6k for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 05:19:34 -0400 Received: from ug-out-1314.google.com ([66.249.92.175]:46981) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KccuD-0001bG-Sc for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 05:19:34 -0400 Received: by ug-out-1314.google.com with SMTP id k3so383791ugf.17 for ; Mon, 08 Sep 2008 02:19:31 -0700 (PDT) In-Reply-To: <87hc8r1qf4.fsf@gmail.com> 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: Eric Schulte Cc: Russell Adams , emacs-orgmode@gnu.org On Sep 8, 2008, at 1:34 AM, Eric Schulte wrote: > Carsten Dominik writes: > >> No, not yet - but with the recently implemented mapping functions, it >> would not be so hard. Nice extension! Anyone interested in trying >> to >> write it? >> >> - Carsten > > I second that it would be very nice to be able to specify calc/elisp > functions to be applied to property values before dumping the > results to > tables. I run IR experiments, and dump the results to org-mode > formatted text files with individual runs as subtrees and specific > values stored as properties of those trees, I then use column tables > to > collect these values into tables which I plot with org-plot. It would > be nice to be able to preserve #+PLOT lines for these tables as well > as > apply formulas to the tables. -- Eric I can certainly preserve the #+PLOT and #+TBLFM lines when updating a column view capture. That is easy. Lets start with that and see if that turns out to be enough. I am pushing a change which does this, and which will even automatically reapply the formulas when the capture dblock is updated. - Carsten