Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2015-10-23 11:19:16 -04:00
commit 666fd99175
1 changed files with 3 additions and 1 deletions

View File

@ -16772,7 +16772,9 @@ So these are more for recording a certain time/date."
(org-defkey map (kbd ".")
(lambda () (interactive)
;; Are we at the beginning of the prompt?
(if (org-looking-back "^[^:]+: " (line-beginning-position))
(if (org-looking-back "^[^:]+: "
(let ((inhibit-field-text-motion t))
(line-beginning-position)))
(org-eval-in-calendar '(calendar-goto-today))
(insert "."))))
(org-defkey map (kbd "C-.")