Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts: lisp/ChangeLog
This commit is contained in:
commit
deef19a786
|
@ -3,6 +3,10 @@
|
||||||
* org-exp.el (org-export): Added taskjuggler export to the export
|
* org-exp.el (org-export): Added taskjuggler export to the export
|
||||||
dispatcher.
|
dispatcher.
|
||||||
|
|
||||||
|
2010-06-08 Bastien Guerry <bzg@altern.org>
|
||||||
|
|
||||||
|
* org-timer.el (org-timer-set-timer): Fix typo in the docstring.
|
||||||
|
|
||||||
2010-05-28 Bastien Guerry <bzg@altern.org>
|
2010-05-28 Bastien Guerry <bzg@altern.org>
|
||||||
|
|
||||||
* org-timer.el (org-timer-set-timer): Use a prefix argument.
|
* org-timer.el (org-timer-set-timer): Use a prefix argument.
|
||||||
|
|
|
@ -320,10 +320,10 @@ prompt the use if she wants to replace it.
|
||||||
Called with a numeric prefix argument, use this numeric value as
|
Called with a numeric prefix argument, use this numeric value as
|
||||||
the duration of the timer.
|
the duration of the timer.
|
||||||
|
|
||||||
Called with a `C-u' prefix argument, use `org-timer-default-timer'
|
Called with a `C-u' prefix arguments, use `org-timer-default-timer'
|
||||||
without prompting the user for a duration.
|
without prompting the user for a duration.
|
||||||
|
|
||||||
With two `C-u' prefix argument, use `org-timer-default-timer'
|
With two `C-u' prefix arguments, use `org-timer-default-timer'
|
||||||
without prompting the user for a duration and automatically
|
without prompting the user for a duration and automatically
|
||||||
replace any running timer."
|
replace any running timer."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
|
|
Loading…
Reference in New Issue