Function: todo-item-string

todo-item-string is a byte-compiled function defined in otodo-mode.el.gz.

Signature

(todo-item-string)

Documentation

Return current TODO list entry as a string.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(defun todo-item-string ()
  "Return current TODO list entry as a string."
  (buffer-substring (todo-item-start) (todo-item-end)))