Re: [O] [PATCH] org-plot: Handle explicit date/time index

2014-03-25 Thread Bastien
Dear Yasushi, Yasushi SHOJI writes: > Meanwhile, Bastien, would you mind to revert the commit for me? Done. There is no hurry on this, thanks in advance for your time, -- Bastien

Re: [O] [PATCH] org-plot: Handle explicit date/time index

2014-03-24 Thread Yasushi SHOJI
Hi Bastien, At Sun, 23 Mar 2014 19:41:45 +0100, Bastien wrote: > > Yasushi SHOJI writes: > > > * lisp/org-plot.el (org-plot-quote-tsv-field): Dump data as is when > > `timeind' is set. > > This change produces a compiler warning: > > In org-plot-quote-tsv-field: > org-plot.el:113:22:Warning

Re: [O] [PATCH] org-plot: Handle explicit date/time index

2014-03-23 Thread Bastien
Hi Yasushi, Yasushi SHOJI writes: > * lisp/org-plot.el (org-plot-quote-tsv-field): Dump data as is when > `timeind' is set. This change produces a compiler warning: In org-plot-quote-tsv-field: org-plot.el:113:22:Warning: reference to free variable `params' Can you check and fix this? Than

Re: [O] [PATCH] org-plot: Handle explicit date/time index

2014-03-13 Thread Yasushi SHOJI
Hi Bastien, At Thu, 13 Mar 2014 12:58:00 +0100, Bastien wrote: > > I applied the patch. Thanks for it. I slightly modified > the commit message, please review it: > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=e2b6c506 No problem at all. Thanks, -- yashi

Re: [O] [PATCH] org-plot: Handle explicit date/time index

2014-03-13 Thread Bastien
Hi Yasushi, I applied the patch. Thanks for it. I slightly modified the commit message, please review it: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=e2b6c506 Let's see if other users of org-plot.el report problems. Thanks! -- Bastien

[O] [PATCH] org-plot: Handle explicit date/time index

2014-03-10 Thread Yasushi SHOJI
* lisp/org-plot.el (org-plot-quote-tsv-field): Dump data as is when `timeind' is set. * lisp/org-plot.el (org-plot/gnuplot): By-pass type checking when either `textind' or `timeind' is set. The current org-plot relies on `org-table-number-regexp' and `org-ts-regexp3' to check the index type.