org-agenda.el (org-agenda-skip): Correctly handle commented out scheduled/deadline...
commit211b137ef46d04b17b46f256696eb5c1c3a1d2be
authorBastien Guerry <bzg@altern.org>
Tue, 22 Jan 2013 15:39:23 +0000 (22 16:39 +0100)
committerBastien Guerry <bzg@altern.org>
Tue, 22 Jan 2013 15:39:23 +0000 (22 16:39 +0100)
tree104f5f759bcec175cb88c528b5816790960619b7
parentecd9a1cc21f8e1f0282917a7b5cefa2c85cba521
org-agenda.el (org-agenda-skip): Correctly handle commented out scheduled/deadline lines

* org-agenda.el (org-agenda-skip): Correctly handle commented
out scheduled/deadline lines.  Refactor.

Thanks to Rainer Stengele for reporting this and to Nick Dokos for
investigating further.  This fix will not slow down the agenda as checking
for a text property seems equally fast (and perhaps even slightly faster)
than checking the character after.
lisp/org-agenda.el