Thank you. Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson
On Mon, Jun 9, 2014 at 1:19 PM, Alexander Baier <alexander.ba...@mailbox.org> wrote: > On 2014-06-09 02:38 Grant Rettke wrote: > > [...] > >> (when (not (string-equal (org-version) "8.2.6")) > > (when (not (version= (org-version) "8.2.6")) > >> (display-warning >> 'org-mode >> (concat >> "Insufficient requirements. Expected 8.2.6. Found " (org-version)) >> :emergency)) > > Maybe using version= instead of string-equal to compare version string > might save you some additional headaches ;-). > > HTH, > -- > Alexander Baier