Thanks On Sun, Jan 19, 2014 at 12:23 AM, Jambunathan K wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.orgmode as well. > > Rustom Mody <rustompm...@gmail.com> writes: > >> Currently I have a setq on org-mode-hook > > I don't run "make install", I just do "make". > > Here is what I have in .emacs. > > DO NOT do an explicit (require 'ox-backend). Instead customize > `org-export-backends' and the ODT exporter there. > > Here is the sequence I have in my .emacs. > > (add-to-list 'load-path "~/src/org-mode/lisp/") > (require 'org-loaddefs)
Ok That require did it (I think!) ie on my machine works for emacs 23 and 24 > > (add-to-list 'load-path "~/src/org-mode/contrib/lisp/") > > (setq org-odt-data-dir "~/src/org-mode/etc/") > > (custom-set-variables > '(org-export-backends > (quote (ascii html icalendar latex odt org))) I dont have a custom; just a setq. Hope thats ok?? (setq org-export-backends '(ascii html odt)) [I would like to avoid custom if I can; wont make a fuss if I cant :-) ] Thanks Rusi