From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: org-plot (generating graphs from org-mode) Date: Wed, 27 Aug 2008 11:32:59 +0200 Message-ID: <48B51F4B.5090000@gmx.de> References: <20080826151404.0996C2179B@mailhost.cs.tu-berlin.de> <48B44416.3050803@cs.tu-berlin.de> <18612.18092.519087.620736@gargle.gargle.HOWL> <18612.36132.993382.133344@gargle.gargle.HOWL> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYHO8-00035G-V6 for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 05:32:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYHO8-000354-EA for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 05:32:28 -0400 Received: from [199.232.76.173] (port=44201 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYHO7-000350-T6 for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 05:32:27 -0400 Received: from mail.gmx.net ([213.165.64.20]:56643) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KYHO7-0000AH-95 for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 05:32:27 -0400 In-Reply-To: <18612.36132.993382.133344@gargle.gargle.HOWL> 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@gnu.org Hi again, Forgot to say: buffer-modified-p problem is gone too!!! Woweeee! Eric Schulte wrote: > On Tuesday, August 26, at 11:08, Eric Schulte wrote: > > On Tuesday, August 26, at 19:57, Stephan Schmitt wrote: > > > Eric, did you know that Carsten provided a function called > > > org-table-to-lisp in org-6.06b? I think with this you can > > > refactor your code to be more modular and thus better > > > maintainable and extensible. > > I have switched over to using `org-table-to-lisp' for all table > manipulation, and (at least in my environment), it seems to have made > the graphing functions faster, and much more reliable (no longer do I > have to run a function twice to generate a graph). > > I believe this should fix most of the bugs mentioned previously. > > Also, I have finished support for 3d graphing. The updated version is > up on my git repo at > > http://github.com/eschulte/org-plot/tree/master > > or > > git clone git://github.com/eschulte/org-plot.git > > Of course if anyone has any comments, problems, or suggestions please > let me know. > > Thanks -- Eric >