[O] org-babel-gnuplot-quote-tsv-field does not work properly (quotes); org-plot-quote-tsv-field does though

2014-01-05 Thread Miguel Ruiz
Hi, I cannot get temp data file from org-babel-gnuplot with quoted row labels. I have tried org-plot/gnuplot and it provides a correct temp data file but it freezes so it is no useful by now. My test table: | Sede  | Max cites | H-index | |---+---+-| | Chile |  

Re: [O] org-babel-gnuplot-quote-tsv-field does not work properly (quotes); org-plot-quote-tsv-field does though

2014-01-05 Thread Miguel Ruiz
Is it *this* enough: diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el index cc9186b..426077b 100644 --- a/lisp/ob-gnuplot.el +++ b/lisp/ob-gnuplot.el @@ -253,7 +253,7 @@ then create one.  Return the initialized session.  The current     (org-babel-gnuplot-quote-timestamp-field s)   

Re: [O] org-babel-gnuplot-quote-tsv-field does not work properly (quotes); org-plot-quote-tsv-field does though

2014-01-05 Thread Bastien
Hi Miguel, Miguel Ruiz rbeni...@yahoo.es writes: Is it *this* enough: diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el index cc9186b..426077b 100644 --- a/lisp/ob-gnuplot.el +++ b/lisp/ob-gnuplot.el Thanks for the fix -- could you format it with git format-patch and add a proper

Re: [O] org-babel-gnuplot-quote-tsv-field does not work properly (quotes); org-plot-quote-tsv-field does though

2014-01-05 Thread Miguel Ruiz
Thank you, Bastien. I'd prefer some of you writes the changelog entry; the patch is attached. El Domingo 5 de enero de 2014 12:51, Bastien b...@gnu.org escribió: Hi Miguel, Miguel Ruiz rbeni...@yahoo.es writes: Is it *this* enough: diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el

Re: [O] org-babel-gnuplot-quote-tsv-field does not work properly (quotes); org-plot-quote-tsv-field does though

2014-01-05 Thread Bastien
Miguel Ruiz rbeni...@yahoo.es writes: Thank you, Bastien. I'd prefer some of you writes the changelog entry; the patch is attached. Applied, thanks. -- Bastien