org-mode/lisp
Carsten Dominik bc8a90da1d Bugfix: Make sure property time comparison works correctly.
Hsiu-Khuern Tang writes:

    I find that doing a tags search for SCHEDULED or DEADLINE turns
    up headings that do not have any schedule or deadlines.

    Using the example from
    http://article.gmane.org/gmane.emacs.orgmode/10274:

    #+SEQ_TODO: NEXT WAITING | DONE
    #+STARTUP: overview

    * DONE Test1
       CLOSED: [2009-01-07 Wed 12:26]

    * NEXT Test2
       DEADLINE: <2009-01-28 Wed>

    * Test3

    If I type

       C-c \ +DEADLINE<="<2009-01-28>" <RET>

    all three headlines are selected!  I expected to match the second
    headline only.

Indeed, this exposes an error in the time comparison functions
which would take a empty time stamp to mean 0.  This commit does
fix the bug.
2009-01-13 10:33:50 +01:00
..
ChangeLog Bugfix: Make sure property time comparison works correctly. 2009-01-13 10:33:50 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-archive.el Archiving: Allow file name interpolation in target headline 2009-01-11 21:51:53 +01:00
org-attach.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-bbdb.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-bibtex.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-clock.el Maintenance: Rename some ill-named functions. 2009-01-08 11:19:37 +01:00
org-colview-xemacs.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-colview.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-compat.el Maintenance: Better implementation of `fit-window-to-buffer'. 2009-01-09 09:09:42 +01:00
org-exp.el Bugfix: Avoid emphasis processing across lines and fields in tables. 2009-01-09 09:53:17 +01:00
org-export-latex.el Bugfix: Avoid emphasis processing across lines and fields in tables. 2009-01-09 09:53:17 +01:00
org-faces.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-footnote.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-gnus.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-id.el Maintenance: Declare a function. 2009-01-09 08:33:00 +01:00
org-info.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-irc.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-jsinfo.el Bugfix: Protect string-match against nil string. 2009-01-08 15:35:32 +01:00
org-list.el Editing: Automatic empty lines before new entries. 2009-01-08 09:30:55 +01:00
org-mac-message.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-macs.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mew.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mhe.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mouse.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-plot.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-publish.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-remember.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-rmail.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-table.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-timer.el Maintenance: Define a variable. 2009-01-08 11:20:06 +01:00
org-vm.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-w3m.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-wl.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org.el Bugfix: Make sure property time comparison works correctly. 2009-01-13 10:33:50 +01:00