mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-03 11:33:46 +00:00
Use `org-scheduled-past-days'.
This variable was defined but not used, now it is.
This commit is contained in:
parent
16bc9499a6
commit
9b661ddca2
@ -1,3 +1,7 @@
|
||||
2008-03-17 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* org.el (org-scheduled-past-days): Respect
|
||||
`org-scheduled-past-days'.
|
||||
|
||||
2008-03-14 Bastien Guerry <bzg@altern.org>
|
||||
|
||||
|
1
org.el
1
org.el
@ -21834,6 +21834,7 @@ FRACTION is what fraction of the head-warning time has passed."
|
||||
;; When to show a scheduled item in the calendar:
|
||||
;; If it is on or past the date.
|
||||
(if (or (and (< diff 0)
|
||||
(< (abs diff) org-scheduled-past-days)
|
||||
(and todayp (not org-agenda-only-exact-dates)))
|
||||
(= diff 0))
|
||||
(save-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user