Function: org-agenda-bulk-marked-p

org-agenda-bulk-marked-p is a byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-bulk-marked-p)

Documentation

Non-nil when current entry is marked for bulk action.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
;;; Bulk commands

(defun org-agenda-bulk-marked-p ()
  "Non-nil when current entry is marked for bulk action."
  (eq (get-char-property (line-beginning-position) 'type)
      'org-marked-entry-overlay))