Installing Org-Mode from GNU ELPA
Install Org from the "package menu" with M-x list-packages
- See Package Menu
Important: You need to do this in a session where no .org file has been visited, i.e. where no Org builtin function have been loaded. Otherwise autoload Org functions will mess up the installation. This is particularly important given my literate configuration of Emacs using a config.org file.
To "upgrade" Org-Mode the following procedure should be used (given the above description) when using a literate Org-mode configuration for Emacs:
Start Emacs without your configuration using the following command:
emacs -Q
- Run
M-x list-packagesto browse available packages. - Search for Org-Mode using
C-s org. - Press
ito mark the Org package for installation. - Press
xto install. - Use
M-x locate-library RET org.If the installation was successful, you should see something like the following:
Library is file ~/.emacs.d/elpa/org-20110403/org.elc
- Reload Emacs (with your literate Emacs configuration).
Rerun
M-x locate-library RET organd confirm the installation was successful.Library is file ~/.emacs.d/elpa/org-9.7.16/org.elc