Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
346260c6
Commit
346260c6
authored
Jan 14, 2022
by
Alexandre Duret-Lutz
Browse files
org: install from GNU
Fixes
#496
. * doc/org/init.el.in: Install org-mode from GNU ELPA.
parent
cdbf8300
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/init.el.in
View file @
346260c6
...
...
@@ -33,10 +33,10 @@
(message "unloading feature %s" feature)
(unload-feature feature t)))
;; install org-plus-contrib, not org, as the former includes htmlize
(add-to-list 'package-archives '("
org
" . "http://
orgmode.org/elpa
/") t)
(add-to-list 'package-archives '("
gnu
" . "http
s
://
elpa.gnu.org/packages
/") t)
(package-refresh-contents)
(let ((org
-p-c
(cadr (assq 'org
-plus-contrib
package-archive-contents))))
(package-install org
-p-c
)))
(let ((org (cadr (assq 'org package-archive-contents))))
(package-install org)))
(let ((have-htmlize (require 'htmlize nil t))
(have-ess (require 'ess nil t)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment