Function: org-plot-quote-timestamp-field

org-plot-quote-timestamp-field is a byte-compiled function defined in org-plot.el.gz.

Signature

(org-plot-quote-timestamp-field S)

Documentation

Convert field S from timestamp to Unix time and export to gnuplot.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-plot.el.gz
(defun org-plot-quote-timestamp-field (s)
  "Convert field S from timestamp to Unix time and export to gnuplot."
  (format-time-string org-plot-timestamp-fmt (org-time-string-to-time s)))