From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Oberbrunner Subject: Re: [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release Date: Fri, 11 Feb 2011 13:10:50 -0500 Message-ID: References: <201102102334.57286.martin@weigele.de> <81sjvvxxcc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1111754825==" Return-path: Received: from [140.186.70.92] (port=52074 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnxSH-0006gF-S9 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 13:10:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnxSF-0002Uz-BH for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 13:10:52 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:64141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnxSF-0002Um-59 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 13:10:51 -0500 Received: by ywj3 with SMTP id 3so1301564ywj.0 for ; Fri, 11 Feb 2011 10:10:50 -0800 (PST) In-Reply-To: <81sjvvxxcc.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Orgmode Mailing List --===============1111754825== Content-Type: multipart/alternative; boundary=0023547c8b43377793049c059e56 --0023547c8b43377793049c059e56 Content-Type: text/plain; charset=ISO-8859-1 I just joined the list recently and am very excited to try direct odt export! I checked out Jambunathan's git repo. I'm already running org-mode from its git master; is your repo a fork of the master, or is it its own thing? It seems like it contains everything, so I should use it instead of the main one? Once I enabled png images in my Windows emacs (by copying the appropriate DLLs), the following worked fine for me in my .emacs: #+begin_example ;; Org-mode ODT (Open Document) export, EXPERIMENTAL: (custom-set-variables '(org-export-latex-default-packages-alist (quote (("AUTO" "inputenc" t)))) '(org-export-with-LaTeX-fragments (quote dvipng)) ) (setq org-odt-base-dir "c:/Program Files (x86)/emacs/site-lisp/org-jambu") ; only used for odt export (load-file (expand-file-name "contrib/odt/setup.el" org-odt-base-dir)) #+end_example I think this causes the jambu repo to be used for everything (org-mode.el and all the other exports). Is that OK? I have to say, great work so far! Amazingly useful. I suppose one addition would be to allow for customized ODT character and paragraph styles, e.g. customizing the styles.xml that gets included into the doc. -- -- Gary --0023547c8b43377793049c059e56 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I just joined the list recently and am very excited to try direct odt expor= t! =A0I checked out Jambunathan's git repo. =A0I'm already running = org-mode from its git master; is your repo a fork of the master, or is it i= ts own thing? =A0It seems like it contains everything, so I should use it i= nstead of the main one?

Once I enabled png images in my Windows emacs (by copying th= e appropriate DLLs), the following worked fine for me in my .emacs:

#+begin_example
;; Org-mode ODT (Open Docu= ment) export, EXPERIMENTAL:
(custom-set-variables
=A0'(org-export-latex-default-pack= ages-alist (quote (("AUTO" "inputenc" t))))
= =A0'(org-export-with-LaTeX-fragments (quote dvipng))
=A0)
(setq org-odt-base-dir "c:/Program Files (x86)/emacs/site-lisp/org-jam= bu") ; only used for odt export
(load-file (expand-file-name= "contrib/odt/setup.el" org-odt-base-dir))
#+end_= example

I think this causes the jambu repo to be used for every= thing (org-mode.el and all the other exports). =A0Is that OK?
I have to say, great work so far! =A0Amazingly useful.

I suppose one addition would be to allow for customized ODT = character and paragraph styles, e.g. customizing the styles.xml that gets i= ncluded into the doc.

--
-- Gary
--0023547c8b43377793049c059e56-- --===============1111754825== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1111754825==--