Re: [O] org version check on start

2014-06-09 Thread Grant Rettke
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

Re: [O] org version check on start

2014-06-09 Thread Alexander Baier
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

[O] org version check on start

2014-06-08 Thread Grant Rettke
Good afternoon, Yesterday I was fiddling with getting tangling working in a Makefile. My humanity caught up with me and I wasn't super vigilant about the order of my command line arguments to Emacs. Basically, I asked it to do some work before the correct version of org-mode was loaded. Now, Emacs