1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-20 19:24:20 +00:00

Make C-c C-c also update clock timings in a CLOCK line

This commit is contained in:
Carsten Dominik 2009-06-04 09:28:42 +02:00
parent 96989dc01e
commit ea1265539f
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2009-06-04 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-ctrl-c-ctrl-c): Update clock lines.
* org-agenda.el (org-run-agenda-series): Scope global options also
when creating the agenda buffer.

View File

@ -14965,6 +14965,7 @@ This command does many different things, depending on context:
; (org-restart-font-lock)
(let ((org-inhibit-startup t)) (org-mode-restart))
(message "Local setup has been refreshed"))))
((org-clock-update-time-maybe))
(t (error "C-c C-c can do nothing useful at this location.")))))
(defun org-mode-restart ()