Le 14/10/2014 23:08, Nicolas Goaziou a écrit :
> __ _ _
>/ \ _ __ _ __ | (_) ___ __| |
> / _ \ | '_ \| '_ \| | |/ _ \/ _` |
> / ___ \| |_) | |_) | | | __/ (_| |_
> /_/ \_\ .__/| .__/|_|_|\___|\__,_(_)
> |_| |_|
>
>
>
Hello,
Thierry Banel writes:
> Here is the updated patch.
[...]
>> BTW is-it ASCII-art or ascii-art?
> Changed to capitals.
__ _ _
/ \ _ __ _ __ | (_) ___ __| |
/ _ \ | '_ \| '_ \| | |/ _ \/ _` |
/ ___ \| |_) | |_) | | | __/ (_| |_
/_/ \_\ .__/
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
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
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
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
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.
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
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