K T <sault...@fastmail.net> writes: > Hi, > > I don't know how to install the contents of the contrib folder. I need > especially the mac specific additions. Is just the copying of the .el > files in my site-lisp directory enough?
No need to copy; simply add that directory (aka folder) to the load path: (add-to-list 'load-path ".../contrib/lisp") where the dots in the last argument should be replaced by the full path to wherever org has been placed on your system. On my system, I do: (add-to-list 'load-path "~/git/org-mode/contrib/lisp/") HTH. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.199.g8be1.dirty) _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode