Function: org-at-item-timer-p

org-at-item-timer-p is a byte-compiled function defined in org-list.el.gz.

Signature

(org-at-item-timer-p)

Documentation

Is point at a line starting a plain list item with a timer?

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-list.el.gz
(defun org-at-item-timer-p ()
  "Is point at a line starting a plain list item with a timer?"
  (org-list-at-regexp-after-bullet-p
   "\\([0-9]+:[0-9]+:[0-9]+\\)[ \t]+::[ \t]+"))