all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org version check on start
@ 2014-06-09  0:38 Grant Rettke
  2014-06-09 18:19 ` Alexander Baier
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Rettke @ 2014-06-09  0:38 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

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 and org wouldn't
complain, because 7.9 and 8.x are close enough, at least for my
system. Still, that was a bad idea and
not my intent.

Knowing that I am human though, I had already added this code long ago:

(when (not (string-equal (org-version) "8.2.6"))
  (display-warning
   'org-mode
   (concat
    "Insufficient requirements. Expected 8.2.6. Found " (org-version))
   :emergency))

Just wanted to share that. Everybody who wants to be using a
particular version ought to paste that
into their init somewhere... bound to prevent headaches and save some time.

Kind regards,

Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
gcr@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-09 22:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09  0:38 org version check on start Grant Rettke
2014-06-09 18:19 ` Alexander Baier
2014-06-09 22:27   ` Grant Rettke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.