浏览代码

Fix 'org-hd-marker position changed in 0ef88e2d9

* lisp/org-agenda.el (org-agenda-get-scheduled): Move to correct point
before calculating the marker position.
Ihor Radchenko 3 年之前
父节点
当前提交
7a04f3b1cd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-agenda.el

+ 1 - 0
lisp/org-agenda.el

@@ -6499,6 +6499,7 @@ scheduled items with an hour specification like [h]h:mm."
 			              org-habit-show-habits-only-for-today))))
 	           (throw :skip nil))
 	         (save-excursion
+                   (goto-char (org-element-property :begin el))
 	           (let* ((category (org-get-category))
                           (effort (save-match-data
                                     (or (get-text-property (point) 'effort)