Function: org-babel-gnuplot-quote-timestamp-field

org-babel-gnuplot-quote-timestamp-field is a byte-compiled function defined in ob-gnuplot.el.gz.

Signature

(org-babel-gnuplot-quote-timestamp-field S)

Documentation

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

Source Code

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