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:
parent
96989dc01e
commit
ea1265539f
@ -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.
|
||||
|
||||
|
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user