emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] odt exporter on mixed org setup


From: Jambunathan K
Subject: Re: [O] odt exporter on mixed org setup
Date: Sun, 19 Jan 2014 00:23:01 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Rustom Mody <address@hidden> 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)

    (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)))







reply via email to

[Prev in Thread] Current Thread [Next in Thread]