Function: org-agenda-date-later-hours

org-agenda-date-later-hours is an interactive and byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-date-later-hours ARG)

Documentation

Change the time of this item, in hour steps.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-date-later-hours (arg)
  "Change the time of this item, in hour steps."
  (interactive "p")
  (org-agenda-date-later arg 'hour))