Improve error reporting on bad time stamps during agenda construction
commit620913e596be302f72ea35fbb6d80753dc438b1b
authorCarsten Dominik <carsten.dominik@gmail.com>
Tue, 4 Oct 2011 12:12:11 +0000 (4 14:12 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 4 Oct 2011 12:12:11 +0000 (4 14:12 +0200)
treefaf4f0afd447173409d187df4d6e847db809863a
parenta33fc1ce7d0a1e40072bbf303dc278b39fba7883
Improve error reporting on bad time stamps during agenda construction

* lisp/org.el (org-time-string-to-time):
(org-time-string-to-absolute): Add optional arguments BUFFER and POS
for error reporting.
* lisp/org-agenda.el (org-get-all-dates):
(org-agenda-get-timestamps):
(org-agenda-get-deadlines):
(org-agenda-get-scheduled):
(org-agenda-get-blocks): Call time stamp parsing functions with
information on where the timestamp was taken from.
lisp/org-agenda.el
lisp/org.el