emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] org-plot/gnuplot with dates in brackets does not work anymore [9.8-pre (release_9.7.6-97-g90d4ae @ /home/ck/.emacs.d/straight/build/org/)]
@ 2024-07-24  6:32 Chris Keschnat
  2024-07-24 10:35 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Keschnat @ 2024-07-24  6:32 UTC (permalink / raw)
  To: emacs-orgmode



Hello,
after e0924db3, =org-plot/gnuplot= does not work with dates in brackets anymore.
I am unsure if this syntax is supported, but it was working before.

Example table:

#+PLOT: title:"Daily Temperature Readings" ind:1 deps:(2) type:2d with:linespoints timeind:1
| Date         | Temperature (°C) |
|--------------+------------------|
| [2024-07-24] |             28.5 |
| [2024-07-25] |             29.2 |
| [2024-07-26] |             27.8 |
| [2024-07-27] |             30.1 |
| [2024-07-28] |             31.3 |
| [2024-07-29] |             29.7 |
| [2024-07-30] |             28.9 |

~C-c C-c~ on the PLOT line results in:
#+begin_src conf
  Debugger entered--Lisp error: (wrong-type-argument stringp nil)
    format-time-string(nil (26272 10208))
    org-plot-quote-timestamp-field("[2024-07-24 Wed]")
    org-plot-quote-tsv-field("[2024-07-24 Wed]")
    funcall(org-plot-quote-tsv-field "[2024-07-24 Wed]")
    (setq contents (funcall 'org-plot-quote-tsv-field contents))
    (cond nil (t (setq contents (funcall 'org-plot-quote-tsv-field contents))))
    (progn nil (cond nil (t (setq contents (funcall 'org-plot-quote-tsv-field contents)))))
    (if contents (progn nil (cond nil (t (setq contents (funcall 'org-plot-quote-tsv-field contents))))))
    (when contents nil (cond nil (t (setq contents (funcall 'org-plot-quote-tsv-field contents)))))
  <cut>
#+end_src

Thank you


Emacs  : GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)
Package: Org mode version 9.8-pre (release_9.7.6-97-g90d4ae @ /home/ck/.emacs.d/straight/build/org/)


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

* Re: [BUG] org-plot/gnuplot with dates in brackets does not work anymore [9.8-pre (release_9.7.6-97-g90d4ae @ /home/ck/.emacs.d/straight/build/org/)]
  2024-07-24  6:32 [BUG] org-plot/gnuplot with dates in brackets does not work anymore [9.8-pre (release_9.7.6-97-g90d4ae @ /home/ck/.emacs.d/straight/build/org/)] Chris Keschnat
@ 2024-07-24 10:35 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2024-07-24 10:35 UTC (permalink / raw)
  To: Chris Keschnat; +Cc: emacs-orgmode

Chris Keschnat <chris@catsu.it> writes:

> Hello,
> after e0924db3, =org-plot/gnuplot= does not work with dates in brackets anymore.
> I am unsure if this syntax is supported, but it was working before.
>
> Example table:
> ...
> ~C-c C-c~ on the PLOT line results in:
> #+begin_src conf
>   Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>     format-time-string(nil (26272 10208))

Thanks for reporting!
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=2a4fdffac

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

end of thread, other threads:[~2024-07-24 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24  6:32 [BUG] org-plot/gnuplot with dates in brackets does not work anymore [9.8-pre (release_9.7.6-97-g90d4ae @ /home/ck/.emacs.d/straight/build/org/)] Chris Keschnat
2024-07-24 10:35 ` Ihor Radchenko

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).