Variable: todo-use-only-highlighted-region
todo-use-only-highlighted-region is a customizable variable defined in
todo-mode.el.gz.
Value
t
Documentation
Non-nil to enable inserting only highlighted region as new item.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-use-only-highlighted-region t
"Non-nil to enable inserting only highlighted region as new item."
:type 'boolean
:group 'todo-edit)