summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2009-07-27 12:20:39 +0800
committerBastien Guerry <bzg@altern.org>2009-07-27 12:20:39 +0800
commit90d2a9c645b6db6340d83b635675670338321f9c (patch)
tree012bd06d4c7cce652e61c3de3bfff5147a4ae148
parentf2d92fa89a8b20af2d1d4ebeb399707178fd340b (diff)
downloadorg-mode-90d2a9c645b6db6340d83b635675670338321f9c.tar.gz
Autoload new org-timer functions when loading org.el
-rw-r--r--lisp/org.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index b53e1de..a0987f7 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3129,7 +3129,10 @@ If yes, offer to stop it and to save the buffer with the changes."
(org-autoload
"org-timer"
'(org-timer-start org-timer org-timer-item
- org-timer-change-times-in-region)))
+ org-timer-change-times-in-region
+ org-timer-set-timer
+ org-timer-reset-timers
+ org-timer-show-remaining-time)))
;; Autoload org-feed.el