From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Live chart in the buffer Date: Sun, 26 Oct 2014 15:39:10 +0000 (UTC) Message-ID: References: <87ppdeu9zi.fsf@pedroche.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1414337997 25330 80.91.229.3 (26 Oct 2014 15:39:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2014 15:39:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 26 16:39:51 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XiPv3-0007Xd-3p for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2014 16:39:49 +0100 Original-Received: from localhost ([::1]:57056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiPv2-000742-OP for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2014 11:39:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiPuk-00072z-0V for emacs-devel@gnu.org; Sun, 26 Oct 2014 11:39:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiPuc-0002ni-FX for emacs-devel@gnu.org; Sun, 26 Oct 2014 11:39:29 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:45311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiPuc-0002nc-8i for emacs-devel@gnu.org; Sun, 26 Oct 2014 11:39:22 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XiPub-0007Lp-1W for emacs-devel@gnu.org; Sun, 26 Oct 2014 16:39:21 +0100 Original-Received: from 94-21-19-230.pool.digikabel.hu ([94.21.19.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Oct 2014 16:39:20 +0100 Original-Received: from adatgyujto by 94-21-19-230.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Oct 2014 16:39:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.19.230 (Mozilla/5.0 (Windows NT 6.1; rv:33.0) Gecko/20100101 Firefox/33.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175861 Archived-At: Igor Sosa Mayor gmail.com> writes: > > thanks for sharing! Maybe you could adapt it to be able to get the data > from orgmode tables... > Yes, it would make sense to use orgmode tables for this. But it requires more thought (e.g. you may not want to render every table, only those which are marked somehow for live rendering, and you should be able to specify what kind of chart you want to see for a particular table, etc.) That's why I posted this simple demonstration here to give an idea how such a feature could look like, in case somebody wants to develop the idea further.