At Fri, 19 Sep 2008 18:55:10 +0200, Stephane Bortzmeyer wrote: > > > I've used zone-mode implicitly for years, and supposed > > "everyone knew". Emacs just does the "right thing"; I'm not > > sure what heuristic it uses. > > I name my files just "example.org" and it apparently does not trigger > anything. Yes, ".zone" at the end seems the proper trick.
(setq auto-mode-alist (cons '("\\.org$" . zone-mode) auto-mode-alist))