0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 16:32:51 +00:00

Use `org-scheduled-past-days'.

This variable was defined but not used, now it is.
This commit is contained in:
Carsten Dominik 2008-03-17 14:30:26 +01:00
parent 16bc9499a6
commit 9b661ddca2
2 changed files with 5 additions and 0 deletions

View file

@ -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
View file

@ -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