From 3619991f89bfff1ccde9cea5bd6fc50f5e05e169 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Mon, 28 Mar 2022 22:19:46 -0500 Subject: orgmode elpa moved and split into two packages diff --git a/init.el b/init.el index b92c04f..4909704 100644 --- a/init.el +++ b/init.el @@ -45,7 +45,7 @@ ;; Initialize package handling: currently using only the official repository and MELPA (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") - ("org" . "http://orgmode.org/elpa/") + ("nongnu" . "https://elpa.nongnu.org/nongnu/") ("melpa" . "http://melpa.org/packages/"))) (add-to-list 'load-path (ravi/emacs-file "lisp/")) (add-to-list 'load-path (ravi/emacs-file "site-lisp/")) diff --git a/lisp/ravi-init-org.el b/lisp/ravi-init-org.el index f033441..8e6ed6d 100644 --- a/lisp/ravi-init-org.el +++ b/lisp/ravi-init-org.el @@ -53,7 +53,6 @@ When nil, use the default face background.") #'ravi/create-image-with-background-color) (use-package org - :ensure org-plus-contrib :mode ("\\.org\\'" . org-mode) ;; The following lines are always needed. Choose your own keys. @@ -61,6 +60,7 @@ When nil, use the default face background.") ("H-o" . org-capture) ("H--" . org-agenda)) :config + (use-package org-contrib) (use-package htmlize :ensure t) (use-package ox-reveal :config -- cgit v0.10.1