Re: [O] Problem loading org-odt [Re: Release 7.6]

2011-07-07 Thread Pere Quintana Seguí
2011/7/7 Nick Dokos : > Pere Quintana Seguí wrote: > > >> 4. Modify ~/e.macs.d/org.el (which is loaded from init.el) >> >> (setq load-path (cons "~/.emacs.d/lisp/org-7.6/lisp" load-path)) >> (require 'org-install) >> > > It's in contrib, so you need to add one more thing to your load path: > > (ad

Re: [O] Problem loading org-odt [Re: Release 7.6]

2011-07-07 Thread Tassilo Horn
Pere Quintana Seguí writes: Hi! > 5. Then I loaded an org file and tried to export: C-c C-e o, and I got > the following message: =Cannot open load file: org-odt= > > I'm sure I'm missing something very simple. org-odt.el is in $org/contrib/lisp/, so you must add that to load-path as well. Bye

Re: [O] Problem loading org-odt [Re: Release 7.6]

2011-07-07 Thread Nick Dokos
Pere Quintana Seguí wrote: > 4. Modify ~/e.macs.d/org.el (which is loaded from init.el) > > (setq load-path (cons "~/.emacs.d/lisp/org-7.6/lisp" load-path)) > (require 'org-install) > It's in contrib, so you need to add one more thing to your load path: (add-to-list 'load-path "~/.emacs.d/li

Re: [O] Problem loading org-odt [Re: Release 7.6]

2011-07-07 Thread Giovanni Ridolfi
Pere Quintana Seguí writes: > I was very happy to see the new release with ODT support. This is great. > > I downloaded org-mode 7.6 and installed it as I always do. > > 1. Untar [...] > > (setq load-path (cons "~/.emacs.d/lisp/org-7.6/lisp" load-path)) > (require 'org-install) [...] > > 5. Then

[O] Problem loading org-odt [Re: Release 7.6]

2011-07-07 Thread Pere Quintana Seguí
Hello, I was very happy to see the new release with ODT support. This is great. I downloaded org-mode 7.6 and installed it as I always do. 1. Untar 2. Copy to ~/.emacs.d/lisp/ 3. make 4. Modify ~/e.macs.d/org.el (which is loaded from init.el) (setq load-path (cons "~/.emacs.d/lisp/org-7.6/lisp"