Commit 781f04472ce0

Vincent Demeester <vincent@sbr.pm>
2015-10-26 08:59:43
Do not *update* org-mode (to temporaly fix ox-ioslide)
1 parent d580cb0
Changed files (1)
.emacs.d
.emacs.d/init.el
@@ -25,15 +25,16 @@
   (message "Loaded packages in %.3fs" elapsed))
 
 ;; Make sure we have a decent and recent org-mode version
-(require 'org)
-(when (string-match "^[1234567]" (org-version))
-  (progn
-    (warn "Org-mode is out of date. We expect org 8 or higher, but instead we have %s" (org-version))
-    (warn "Force the installation from org elpa.")
-    (package-install 'org)
-    (unload-org-mode)
-    (require 'org)
-    ))
+;; (unload-org-mode)
+;; (require 'org)
+;; (when (string-match "^[1234567]" (org-version))
+;;   (progn
+;;     (warn "Org-mode is out of date. We expect org 8 or higher, but instead we have %s" (org-version))
+;;     (warn "Force the installation from org elpa.")
+;;     (package-install 'org)
+;;     (unload-org-mode)
+;;     (require 'org)
+;;     ))
 
 ;; keep customize settings in their own file
 (setq custom-file