Variable: org-edit-timestamp-down-means-later

org-edit-timestamp-down-means-later is a customizable variable defined in org.el.gz.

Value

nil

Documentation

Non-nil means S-down will increase the time in a time stamp.

When nil, S-up will increase.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-edit-timestamp-down-means-later nil
  "Non-nil means S-down will increase the time in a time stamp.
When nil, S-up will increase."
  :group 'org-time
  :type 'boolean)