emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] Fix: `org-agenda-skip-scheduled-if-deadline-is-shown': show


From: Markus
Subject: [O] [PATCH] Fix: `org-agenda-skip-scheduled-if-deadline-is-shown': show TODOs without deadline
Date: Tue, 11 Mar 2014 16:23:20 +0100

I noticed that if `org-agenda-skip-scheduled-if-deadline-is-shown' is set to 'repeated-after-deadline, tasks without a DEADLINE are not shown at all.  You can reproduce it like this:

1. Setting the variable
(setq org-agenda-skip-scheduled-if-deadline-is-shown 'repeated-after-deadline)

2. Having at least the following tasks

```
** TODO Task 1
   DEADLINE: <2014-03-14 Fri> SCHEDULED: <2014-03-11 Tue +1d>
** TODO Task 2
   SCHEDULED: <2014-03-15 Sat>
```

Without the fix, only 'Task 1' entries are shown in the agenda, after the fix 'Task 1' and 'Task 2' entries are shown.  I guess this was the intended semantics, or am I wrong?

I attached the patch.

Best,
Markus

Attachment: 0001-Fix-org-agenda-skip-scheduled-if-deadline-is-shown-s.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]