|
@@ -6245,6 +6245,7 @@ an hour specification like [h]h:mm."
|
|
category-pos (get-text-property (point) 'org-category-position))
|
|
category-pos (get-text-property (point) 'org-category-position))
|
|
(if (and (eq org-agenda-skip-scheduled-if-deadline-is-shown
|
|
(if (and (eq org-agenda-skip-scheduled-if-deadline-is-shown
|
|
'repeated-after-deadline)
|
|
'repeated-after-deadline)
|
|
|
|
+ (org-get-deadline-time (point))
|
|
(<= 0 (- d2 (time-to-days (org-get-deadline-time (point))))))
|
|
(<= 0 (- d2 (time-to-days (org-get-deadline-time (point))))))
|
|
(throw :skip nil))
|
|
(throw :skip nil))
|
|
(if (not (re-search-backward "^\\*+[ \t]+" nil t))
|
|
(if (not (re-search-backward "^\\*+[ \t]+" nil t))
|