I'm running Ubuntu 16.04. I installed XEmacs 21.4 (patch 22) I want to use org module BUT fail to install/configure it.
In my case I don't use .emacs
but rather I have ~/.xemacs/custom.el
where I keep all my settings. org
module did not exist originally hence I did this:
git clone git://orgmode.org/org-mode.git
This created org-mode directory. Then I added these 2 lines to custom.el
:
(add-to-list 'load-path "/home/susja/org-mode/lisp")
(add-to-list 'load-path "/home/susja/org-mode/contrib/lisp" t)
It did not load org
module. Then I ran M-x list-packages
and did NOT see org
package. Could someone please help me to configure org
module in order to handle .org
files?