Function: todo-remove-item

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

Signature

(todo-remove-item)

Documentation

Delete the current entry from the TODO list.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(defun todo-remove-item ()
  "Delete the current entry from the TODO list."
  (delete-region (todo-item-start) (todo-item-end 'include-sep)))