Function: org-calendar-goto-today
org-calendar-goto-today is an interactive and byte-compiled function
defined in org.el.gz.
Signature
(org-calendar-goto-today)
Documentation
Reposition the calendar window so the current date is visible.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-calendar-goto-today ()
"Reposition the calendar window so the current date is visible."
(interactive)
(org-eval-in-calendar '(calendar-goto-today)))