emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Niels Giesen <niels.giesen@gmail.com>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode@gnu.org, "Jambunathan K." <kjambunathan@gmail.com>
Subject: Re: Jambunathan's ODT exporter now in contrib/
Date: Fri, 1 Jul 2011 14:39:35 +0200	[thread overview]
Message-ID: <BANLkTikzuOhAfRdv_0qyyYH2qaSG9Ysj_w@mail.gmail.com> (raw)
In-Reply-To: <87mxgyxry8.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1838 bytes --]

Using latest org-mode, with org-odt included.

C-c C-e O complained about not finding OrgOdtAutomaticStyles.xml.
I patched org-odt.el to the following so that it could find it:

Could someone look into this? (e.g. I do not know whether this would break
non-integrated org-odt (or whether that matters at all at this stage)

diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el
index ad53204..2857bf9 100644
--- a/contrib/lisp/org-odt.el
+++ b/contrib/lisp/org-odt.el
@@ -70,7 +70,7 @@

 (defconst org-odt-lib-dir (file-name-directory load-file-name))
 (defconst org-odt-data-dir
-  (let ((dir1 (expand-file-name ".." org-odt-lib-dir))            ; git
+  (let ((dir1 (expand-file-name "../odt" org-odt-lib-dir))                ;
git
        (dir2 (expand-file-name "./contrib/odt" org-odt-lib-dir))) ; elpa
     (cond
      ((file-directory-p dir1) dir1)




On Fri, Jul 1, 2011 at 11:37 AM, Bastien <bzg@altern.org> wrote:

> Dear all,
>
> I'm please to announce that Jambunathan's ODT exporter is now in the
> contrib/ directory (in latest git repo) -- the files are here:
>
>  contrib/odt/
>  contrib/lisp/org-odt.el
>  contrib/lisp/org-lparse.el
>  contrib/lisp/org-xhtml.el
>
> Jambunathan and I are still actively tuning this major addition, please
> bare with us while we are making sure everything works as expected.
>
> We still need to update the documentation and a few things.
>
> Again, thanks a lot to Jambunathan for this wonderful addition and for
> his patience, and also thanks to Lennart who contributed to the initial
> effort and helped make this come true.
>
> The ODT exporter will live in contrib/ for Org 7.6 -- then we will work
> on integrating it to the core, so that it can safely move to Emacs one
> day.
>
> Happy hacking and testing to everyone!
>
> --
>  Bastien
>
>


-- 
http://pft.github.com

[-- Attachment #2: Type: text/html, Size: 2587 bytes --]

  parent reply	other threads:[~2011-07-01 12:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01  9:37 Jambunathan's ODT exporter now in contrib/ Bastien
2011-07-01 12:00 ` Christian Moe
2011-07-01 12:04 ` [PATCH] Make org-xhtml and org-odt usable Jambunathan K
2011-07-01 13:04   ` Bastien
2011-07-01 12:39 ` Niels Giesen [this message]
2011-07-01 13:28   ` Jambunathan's ODT exporter now in contrib/ Giovanni Ridolfi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTikzuOhAfRdv_0qyyYH2qaSG9Ysj_w@mail.gmail.com \
    --to=niels.giesen@gmail.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=kjambunathan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).