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)