diff options
-rw-r--r-- | emacsconf.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacsconf.el b/emacsconf.el index 39a1426..9010bb8 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -684,8 +684,8 @@ Talks with a FIXED_TIME property are not moved." (1+ (seq-position info start (lambda (o match) (string-match match (plist-get o :title))))) (if end - (1- (seq-position info end - (lambda (o match) (string-match match (plist-get o :title))))) + (seq-position info end + (lambda (o match) (string-match match (plist-get o :title)))) (length info)))) ;;; Embark |