Bastien > Can you suggest a new default for `version-regexp-alist' so that > 7.01 is considered older than 7.10?
I assume there is a typo here. Just for the sake of clarification: (version-list-= (version-to-list "7.01") (version-to-list "7.1")) is t (version-list-< (version-to-list "7.01") (version-to-list "7.10")) is t Note that the following difference in above expressions 1. '=' and '<' 2. 7.1 and 7.10 Jambunathan K> _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode