emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org e604187779: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org e604187779: Merge branch 'bugfix'
Date: Sun, 23 Jan 2022 04:57:39 -0500 (EST)

branch: externals/org
commit e604187779fb7ec78c3cfdd77547fd73a74ebae5
Merge: 1587e445be 5b404a2225
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    Merge branch 'bugfix'
---
 lisp/org-clock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index d44b5b7d74..6f441c18e1 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -2509,7 +2509,7 @@ the currently selected interval size."
       (when step
        ;; Write many tables, in steps
        (unless (or block (and ts te))
-         (user-error "Clocktable `:step' can only be used with `:block' or 
`:tstart, :end'"))
+         (user-error "Clocktable `:step' can only be used with `:block' or 
`:tstart', `:tend'"))
        (org-clocktable-steps params)
        (throw 'exit nil))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]