emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* make orgtbl-ascii-plot easier to install
@ 2014-07-13 16:02 Thierry Banel
  2014-07-28 14:40 ` Bastien
  0 siblings, 1 reply; 31+ messages in thread
From: Thierry Banel @ 2014-07-13 16:02 UTC (permalink / raw)
  To: emacs-orgmode

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)

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2014-10-14 21:27 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-13 16:02 make orgtbl-ascii-plot easier to install Thierry Banel
2014-07-28 14:40 ` Bastien
2014-08-10 22:22   ` Thierry Banel
2014-08-26  8:29     ` Nicolas Goaziou
2014-08-26 19:52       ` Thierry Banel
2014-08-26 20:27         ` Nicolas Goaziou
2014-08-26 21:42           ` Thierry Banel
2014-08-26 22:09             ` Nicolas Goaziou
2014-08-26 22:21               ` Thierry Banel
2014-08-27 21:35               ` Thierry Banel
2014-08-27 23:28                 ` Nicolas Goaziou
2014-08-28 20:46                   ` Thierry Banel
2014-08-29  9:54                     ` Nicolas Goaziou
2014-08-29 17:20                       ` Thierry Banel
2014-09-02 21:53                       ` [PATCH] " Thierry Banel
2014-09-03 18:22                         ` Nicolas Goaziou
2014-09-03 20:10                           ` A key-binding for plotting Thierry Banel
2014-09-06 14:35                           ` [PATCH] remap orgtbl-ascii-plot to C-c # Thierry Banel
2014-09-08 16:30                             ` Nicolas Goaziou
2014-09-13 17:06                               ` key-binding for all plotting styles Thierry Banel
2014-10-07 14:15                                 ` Nicolas Goaziou
2014-10-07 21:40                                   ` Thierry Banel
2014-10-11 17:46                                   ` [PATCH] " Thierry Banel
2014-10-12  9:28                                     ` Nicolas Goaziou
2014-10-12 10:00                                       ` Thierry Banel
2014-10-12 14:05                                       ` Thierry Banel
2014-10-13 16:24                                         ` Nicolas Goaziou
2014-10-13 21:16                                           ` Thierry Banel
2014-10-14 20:48                                           ` Thierry Banel
2014-10-14 21:08                                             ` Nicolas Goaziou
2014-10-14 21:26                                               ` Thierry Banel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).