From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: make orgtbl-ascii-plot easier to install Date: Sun, 13 Jul 2014 18:02:56 +0200 Message-ID: <53C2ADB0.2010404@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6MEw-0003V0-GC for emacs-orgmode@gnu.org; Sun, 13 Jul 2014 12:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6MEs-00050N-G3 for emacs-orgmode@gnu.org; Sun, 13 Jul 2014 12:03:02 -0400 Received: from smtp4-g21.free.fr ([212.27.42.4]:33280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6MEs-0004zu-9x for emacs-orgmode@gnu.org; Sun, 13 Jul 2014 12:02:58 -0400 Received: from [IPv6:2a01:e35:2e21:def0:6d60:edeb:298d:3263] (unknown [IPv6:2a01:e35:2e21:def0:6d60:edeb:298d:3263]) by smtp4-g21.free.fr (Postfix) with ESMTP id E3E1B4C8057 for ; Sun, 13 Jul 2014 18:02:56 +0200 (CEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi The List I moved orgtbl-ascii-plot to MELPA (it was in Worg). (orgtbl-ascii-plot draws plots in pure Emacs by typing C-c p). Of course, I am still open to Dominik Carsten suggestion to add it into the core (org-table.el). http://thread.gmane.org/gmane.emacs.orgmode/79668 In the process I wrote a tutorial on how to contribute to Org through Melpa + GitHub. See http://orgmode.org/worg/org-tutorials/melpa-github.html As usual, your comments, enhancements, criticisms are welcome. Have fun Thierry ------------- Documentation: http://orgmode.org/worg/org-contrib/orgtbl-ascii-plot.html Install: add the MELPA repository in your .emacs: (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) M-x package-list-packages Source: https://github.com/tbanel/orgtblasciiplot/blob/master/orgtbl-ascii-plot.el | n | n^2 | ascii-plot | |---+-----+--------------| | 0 | 0 | | | 1 | 1 | . | | 2 | 4 | h | | 3 | 9 | Wl | | 4 | 16 | WWW | | 5 | 25 | WWWWl | | 6 | 36 | WWWWWWh | | 7 | 49 | WWWWWWWWW. | | 8 | 64 | WWWWWWWWWWWW | #+TBLFM: $2=$1^2::$3='(orgtbl-ascii-draw $2 0 64 12)