Sergio Dominguez <[EMAIL PROTECTED]> writes: > However, I do not get to make it start, I have followed all the steps > in the manual and keep on getting: > > Symbol's value as variable is void: 'org-install.
1. Make sure you add the directory containing org to the load-path. For example, my org directory is "~/elisp/testing/org/", so the load-path is : (add-to-list 'load-path "~/elisp/testing/org/") 2. Make sure Org-Mode is called when finding any .org file: (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) 3. Then require the org-install library: (require 'org-install) Hope this helps, -- Bastien _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode