emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] make orgtbl-ascii-plot easier to install


From: Thierry Banel
Subject: [O] make orgtbl-ascii-plot easier to install
Date: Sun, 13 Jul 2014 18:02:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]