org-mode/lisp
Carsten Dominik 5f68200625 Tables: Allow sorting inactive time stamps.
Hsui-Khuern Tang writes:

   I have a table where one column consists of inactive dates, such as
   this:

     | Date             | OK? |
     |------------------+-----|
     | [2009-01-30 Fri] | x   |
     | [2009-01-27 Tue] | x   |
     | [2009-01-28 Wed] | x   |

   I can't sort the table by that column.  If I change the dates to
   active, then sorting (by time) works fine.  Is this behavior
   intentional?

Yes, intentional, because the same routine also does sorting of
entries and should prefer active time stamps.  However, I realize that
we can still look for an inactive time stamp when no active one can be
found.   This is what this commit implements.
2009-02-06 16:50:35 +01:00
..
ChangeLog Tables: Allow sorting inactive time stamps. 2009-02-06 16:50:35 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Agenda: New skipping conditions timestamp and nottimestamp. 2009-02-04 15:19:21 +01:00
org-archive.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-attach.el ATTACH: Fix error in file commentary. 2009-02-06 15:00:27 +01:00
org-bbdb.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-bibtex.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-clock.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-colview-xemacs.el Column View: Fix bug with capturing column view. 2009-02-06 15:01:36 +01:00
org-colview.el Column View: Fix bug with capturing column view. 2009-02-06 15:01:36 +01:00
org-compat.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-exp.el Export: Fix bug with exporting text before first heading 2009-02-06 12:44:52 +01:00
org-export-latex.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-faces.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-footnote.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-gnus.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-id.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-info.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-irc.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-jsinfo.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-list.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-mac-message.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-macs.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-mew.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-mhe.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-mouse.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-plot.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-publish.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-remember.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-rmail.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-table.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-timer.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-vm.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-w3m.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org-wl.el Push version number to 6.21trans 2009-02-03 00:06:22 +01:00
org.el Tables: Allow sorting inactive time stamps. 2009-02-06 16:50:35 +01:00