浏览代码

Merge branch 'maint'

Nicolas Goaziou 4 年之前
父节点
当前提交
9a7207404c
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      lisp/org-agenda.el

+ 4 - 5
lisp/org-agenda.el

@@ -6739,6 +6739,9 @@ Any match of REMOVE-RE will be removed from TXT."
 			   (= (match-beginning 0) 0)
 			 t))
 	      (setq txt (replace-match "" nil nil txt))))
+	  ;; Normalize the time(s) to 24 hour
+	  (when s1 (setq s1 (org-get-time-of-day s1 'string t)))
+	  (when s2 (setq s2 (org-get-time-of-day s2 'string t)))
 
 	  ;; Try to set s2 if s1 and
 	  ;; `org-agenda-default-appointment-duration' are set
@@ -6752,11 +6755,7 @@ Any match of REMOVE-RE will be removed from TXT."
 	  ;; Compute the duration
 	  (when s2
 	    (setq duration (- (org-duration-to-minutes s2)
-			      (org-duration-to-minutes s1))))
-
-          ;; Normalize the time(s) to 24 hour
-	  (when s1 (setq s1 (org-get-time-of-day s1 'string t)))
-	  (when s2 (setq s2 (org-get-time-of-day s2 'string t))))
+			      (org-duration-to-minutes s1)))))
 
 	(when (string-match org-tag-group-re txt)
 	  ;; Tags are in the string