Re: [O] [PATCH] key-binding for all plotting styles

2014-10-14 Thread Thierry Banel
Le 14/10/2014 23:08, Nicolas Goaziou a écrit : > __ _ _ >/ \ _ __ _ __ | (_) ___ __| | > / _ \ | '_ \| '_ \| | |/ _ \/ _` | > / ___ \| |_) | |_) | | | __/ (_| |_ > /_/ \_\ .__/| .__/|_|_|\___|\__,_(_) > |_| |_| > > >

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-14 Thread Nicolas Goaziou
Hello, Thierry Banel writes: > Here is the updated patch. [...] >> BTW is-it ASCII-art or ascii-art? > Changed to capitals. __ _ _ / \ _ __ _ __ | (_) ___ __| | / _ \ | '_ \| '_ \| | |/ _ \/ _` | / ___ \| |_) | |_) | | | __/ (_| |_ /_/ \_\ .__/

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-14 Thread Thierry Banel
Here is the updated patch. To see the result: - cd to org-mode tree root - make info - launch Emacs - C-u C-h i doc/org RET - search for "Org-Plot" chapter Regards Thierry Le 13/10/2014 18:24, Nicolas Goaziou a écrit : > > Some comments follow. > ... > > It should be > > @kbd{M-x org-plot/gnu

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-13 Thread Thierry Banel
Thanks Nicolas for your feedback. I'll do the adjustments. Le 13/10/2014 18:24, Nicolas Goaziou a écrit : > > Some comments follow. > > ... > BTW is-it ASCII-art or ascii-art? > > Good question! When asking Google, we get every possible combination, in decreasing order of occurrences: ASCII Art

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-13 Thread Nicolas Goaziou
Hello, Thierry Banel writes: > Done. Thank you. > To see the result: > - cd to org-mode tree root > - make info > - launch Emacs > - C-u C-h i doc/org RET > - search for "Org-Plot" chapter Some comments follow. > -call @code{org-plot/gnuplot} on the following table. > +call @kbd{C-c " g} or

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-12 Thread Thierry Banel
Le 12/10/2014 11:28, Nicolas Goaziou a écrit : > Would you mind providing some documentation about the feature in the > manual, and updating ORG-NEWS? > > Done. To see the result: - cd to org-mode tree root - make info - launch Emacs - C-u C-h i doc/org RET - search for "Org-Plot" chapter Have

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-12 Thread Thierry Banel
Le 12/10/2014 11:28, Nicolas Goaziou a écrit : > Applied. Thank you. > > Would you mind providing some documentation about the feature in the > manual, and updating ORG-NEWS? > > Regards, > Sure! Will do that shortly.

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-12 Thread Nicolas Goaziou
Hello, Thierry Banel writes: > Here is a patch which bindskeys: > > C-c " a orgtbl-ascii-plot(creates an ascii plot for the column where > the cursor is) > C-c " g org-plot/gnuplot (nicely launches Gnuplot for all columns) > > It also adds a sub-menu named "Plot" in the "Tbl" menu with

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-11 Thread Thierry Banel
Here is a patch which bindskeys: C-c " a orgtbl-ascii-plot(creates an ascii plot for the column where the cursor is) C-c " g org-plot/gnuplot (nicely launches Gnuplot for all columns) It also adds a sub-menu named "Plot" in the "Tbl" menu with those two entries. Have fun Thierry Le 07