Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-21 Thread Christian Moe
Thanks, now it works. Yours, Christian On 12/21/11 12:24 AM, Dave Marquardt wrote: Bastien writes: Hi Dave, Dave Marquardt writes: I modified the Makefile to do what I expected. With this change, "make install" copies the style files to $(prefix)/share/emacs/etc/styles, and ODT export n

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-20 Thread Dave Marquardt
Bastien writes: > Hi Dave, > > Dave Marquardt writes: > >> I modified the Makefile to do what I expected. With this change, "make >> install" copies the style files to $(prefix)/share/emacs/etc/styles, and >> ODT export now works as expected. > > Thanks for the patch -- I've applied it, using

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-20 Thread Bastien
Hi Dave, Dave Marquardt writes: > I modified the Makefile to do what I expected. With this change, "make > install" copies the style files to $(prefix)/share/emacs/etc/styles, and > ODT export now works as expected. Thanks for the patch -- I've applied it, using etcdir= $(lispdir)/../e

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-16 Thread Eric S Fraga
Jambunathan K writes: >> 1. How do I tell the exporter to include the AUTHOR and DATE fields in >>the exported output? > > Pushed a fix for this. Thanks! Works perfectly. I now have to train myself to avoid latex-isms in my author field, things like "\and" and "\\"... easily done. >> 2. I

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-16 Thread Eric S Fraga
Jambunathan K writes: >> Give me latex any day! > > Ok. Take it. > > http://en.wiktionary.org/wiki/to_each_his_own. Indeed! and http://www.urbandictionary.com/define.php?term=YMMV ;-) seriously, this is one of the best things about org mode: I can write in org and, for the most part, not wor

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-16 Thread Achim Gratz
Dave Marquardt writes: > +# Where etc files go. > +etcdir= $(prefix)/share/emacs/etc That should better be $(lispdir)/etc or $(lispdir)/../etc — at least those two are the only places that org-odt.el currently searches. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Androme

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Dave Marquardt
Dave Marquardt writes: > Dave Marquardt writes: > >> Jambunathan K writes: >> >>> Dave Marquardt writes: >>> Bastien writes: > as the subject says. Please all test this heavily and report > any problems. This will be part of Org 7.8 and soon in Emacs. > > Thanks a

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread suvayu ali
Hi Dave, On Thu, Dec 15, 2011 at 17:56, Dave Marquardt wrote: > I tried again with a clean /usr/local/share/emacs/site-lisp.  I ran > "make all" and "make install install-info", and then tried to export a > file to ODT.  No change, same problem. > > I believe the problem is that the install targe

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Dave Marquardt
Dave Marquardt writes: > Jambunathan K writes: > >> Dave Marquardt writes: >> >>> Bastien writes: >>> as the subject says. Please all test this heavily and report any problems. This will be part of Org 7.8 and soon in Emacs. Thanks a lot to Jambunathan for all this effor

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Dave Marquardt
Jambunathan K writes: > Dave Marquardt writes: > >> Bastien writes: >> >>> as the subject says. Please all test this heavily and report >>> any problems. This will be part of Org 7.8 and soon in Emacs. >>> >>> Thanks a lot to Jambunathan for all this efforts, let's make >>> sure everything i

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Dave Marquardt
suvayu ali writes: > Hi Alan and Dave, > > On Wed, Dec 14, 2011 at 22:56, Alan L Tyree wrote: >> On 15/12/11 08:35:20, suvayu ali wrote: >>> On Wed, Dec 14, 2011 at 21:28, Dave Marquardt >>> wrote: >>> > When I run org-export-as-odt by C-c C-e o, I get this message: >>>  Cannot find factory sty

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread suvayu ali
On Thu, Dec 15, 2011 at 09:58, Christian Moe wrote: > Could someone confirm that etc/styles is automatically installed on Linux / > that it isn't on Mac? I don't install after compiling org, but I checked with this: $ make -n install | grep etc So I guess that is the problem. The Makefile has n

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Alan L Tyree
On 15/12/11 19:58:32, Christian Moe wrote: > > On 12/15/11 8:26 AM, Jambunathan K wrote: > > > > Alan > > > >> That solved the problem. I was loading an old version. > > > > If you had copied "etc/styles" dir by hand to the installation dir > I > > would consider that a bug. > > > > This copying

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Alan L Tyree
On 15/12/11 18:26:32, Jambunathan K wrote: > > Alan > > > That solved the problem. I was loading an old version. > > If you had copied "etc/styles" dir by hand to the installation dir I > would consider that a bug. > > This copying should happen auto-magically. > > I hope things work auto-magi

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Christian Moe
On 12/15/11 8:26 AM, Jambunathan K wrote: Alan That solved the problem. I was loading an old version. If you had copied "etc/styles" dir by hand to the installation dir I would consider that a bug. This copying should happen auto-magically. I hope things work auto-magically now without an

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
Alan > That solved the problem. I was loading an old version. If you had copied "etc/styles" dir by hand to the installation dir I would consider that a bug. This copying should happen auto-magically. I hope things work auto-magically now without any manual intervention. --

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
Dave Marquardt writes: > Bastien writes: > >> as the subject says. Please all test this heavily and report >> any problems. This will be part of Org 7.8 and soon in Emacs. >> >> Thanks a lot to Jambunathan for all this efforts, let's make >> sure everything is smooth before the release! > > I

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
> Give me latex any day! Ok. Take it. http://en.wiktionary.org/wiki/to_each_his_own. --

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
There is an implicit association between OpenDocument formats and MS Word. I see no reason why this association should continue to linger amidst masses even to this day where governments are actually clamouring for open standards. OpenDocument format has really nothing to do with MS Word. --

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Jambunathan K
> 1. How do I tell the exporter to include the AUTHOR and DATE fields in >the exported output? Pushed a fix for this. > 2. I see where the default styles are and I am happy with these >generally. However, as a libreoffice n00b, how do I create my own >style file that would be appropr

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Alan L Tyree
On 15/12/11 10:20:44, suvayu ali wrote: > Hi Alan and Dave, > > On Wed, Dec 14, 2011 at 22:56, Alan L Tyree > wrote: > > On 15/12/11 08:35:20, suvayu ali wrote: > >> On Wed, Dec 14, 2011 at 21:28, Dave Marquardt > > >> wrote: > >> > When I run org-export-as-odt by C-c C-e o, I get this message:

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread suvayu ali
Hi Alan and Dave, On Wed, Dec 14, 2011 at 22:56, Alan L Tyree wrote: > On 15/12/11 08:35:20, suvayu ali wrote: >> On Wed, Dec 14, 2011 at 21:28, Dave Marquardt >> wrote: >> > When I run org-export-as-odt by C-c C-e o, I get this message: >>  Cannot find factory styles file. >> >> I believe this

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Alan L Tyree
On 15/12/11 08:35:20, suvayu ali wrote: > On Wed, Dec 14, 2011 at 21:28, Dave Marquardt > wrote: > > When I run org-export-as-odt by C-c C-e o, I get this message:       >  Cannot find factory styles file. > > I believe this is fixed in the git head. I'm not so sure. I just pulled the latest and

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread suvayu ali
On Wed, Dec 14, 2011 at 21:28, Dave Marquardt wrote: > When I run org-export-as-odt by C-c C-e o, I get this message:        Cannot > find factory styles file. I believe this is fixed in the git head. -- Suvayu Open source is the future. It sets us free.

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Dave Marquardt
Bastien writes: > as the subject says. Please all test this heavily and report > any problems. This will be part of Org 7.8 and soon in Emacs. > > Thanks a lot to Jambunathan for all this efforts, let's make > sure everything is smooth before the release! I installed Org 7.8.02 by downloading

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Gary Oberbrunner
Just wanted to say the latest version is working perfectly for me -- well done! ODT export is fine and LaTeX is still working too (some things have changed recently that made me have to change some of my code *around* org-mode, but that's as expected.) -- -- Gary

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Eric S Fraga
Nick Dokos writes: > Christian Moe wrote: > >> >> > Of course, getting libreoffice to do what I want is another story... ;-) >> > I imagine I'll have to use a mouse :-( >> >> Well, you can always author your own styles file in plain XML >> conforming to the ODF specification. No mouse required

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Nick Dokos
Christian Moe wrote: > > > Of course, getting libreoffice to do what I want is another story... ;-) > > I imagine I'll have to use a mouse :-( > > Well, you can always author your own styles file in plain XML > conforming to the ODF specification. No mouse required!... > > ;-) ... or write an

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Christian Moe
Of course, getting libreoffice to do what I want is another story... ;-) I imagine I'll have to use a mouse :-( Well, you can always author your own styles file in plain XML conforming to the ODF specification. No mouse required!... ;-) Christian

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Eric S Fraga
Christian Moe writes: >> 2. I see where the default styles are and I am happy with these >> generally. However, as a libreoffice n00b, how do I create my own >> style file that would be appropriate for the ODT exporter? It's not >> so much about the creating of style files (although

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-13 Thread Christian Moe
2. I see where the default styles are and I am happy with these generally. However, as a libreoffice n00b, how do I create my own style file that would be appropriate for the ODT exporter? It's not so much about the creating of style files (although help in that regard would no

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-13 Thread Eric S Fraga
Bastien writes: > Dear all, > > as the subject says. Please all test this heavily and report > any problems. This will be part of Org 7.8 and soon in Emacs. > > Thanks a lot to Jambunathan for all this efforts, let's make > sure everything is smooth before the release! > > Best, I know I'm co

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Bastien
Christian Moe writes: >> this is wonderful! many thanks to Jambu, Bastien, Christian and >> everyone involved. > > That would be Jambu, for developing the whole thing, and Bastien, for > integrating it. (I have only done a bit of testing and cheerleading.) Cheerleading is key here :) Anyone

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Manish
On Sun, Dec 11, 2011 at 7:37 PM, Christian Moe wrote: > >> this is wonderful! many thanks to Jambu, Bastien, Christian and >> everyone involved. > > > That would be Jambu, for developing the whole thing, and Bastien, for > integrating it. (I have only done a bit of testing and cheer

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Christian Moe
this is wonderful! many thanks to Jambu, Bastien, Christian and everyone involved. That would be Jambu, for developing the whole thing, and Bastien, for integrating it. (I have only done a bit of testing and cheerleading.) Yours, Christian

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Bastien
Thomas writes: > http://leapon.net/en/mso2ooo-batch-convert-microsoft-office-documents-openoffice-documents > > There is also mso2ooo, which is, like odt2org, a python script. > Maybe someone who knows elisp can create an emacs-frontend for running > one or both scipts. Thanks - I use unoconv

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Bastien
Thomas writes: > There is ODT2ORG > (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home) which lets > you import odt files in org-mode. It works quite well and may need > just some minor polishing. Great -- I added this to http://orgmode.org/worg/org-translators.html Thanks! -- Bastie

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Herbert Sitz
Thomas quantentunnel.de> writes: > > There is ODT2ORG > (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home) > which lets you import odt files in org-mode. > It works quite well and may need > just some minor polishing. > Thomas -- Thanks, I think that's what I was thinking of. Fo

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Manish
On Sat, Dec 10, 2011 at 9:22 PM, Bastien wrote: > Dear all, > > as the subject says.  Please all test this heavily and report > any problems.  This will be part of Org 7.8 and soon in Emacs. > > Thanks a lot to Jambunathan for all this efforts, let's make > sure everything is smooth before the rele

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Thomas
Thomas quantentunnel.de> writes: > > > There is ODT2ORG > (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home) > which lets you import odt files in org-mode. > It works quite well and may need > just some minor polishing. > > http://leapon.net/en/mso2ooo-batch-convert-microsoft-offi

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Thomas
Bastien altern.org> writes: > > This is a more general problem: converting .odt (or even HTML, .tex, > etc.) back to org-mode would indeed be wonderful. > > The most promising road I see for that would be to let pandoc *read* > Org files: http://johnmacfarlane.net/pandoc/ > > Any haskell hacke

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Bastien
Hi Herbert, Herbert Sitz writes: > I'm wondering what sort of progress has been made on the ODT importer. > For example, is it able to convert an Org export to ODT back to Org format > with > result being same as the original Org file that was exported? I don't think so. This is a more gener

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-10 Thread Christian Moe
Wonderful! Yours, Christian On 12/10/11 6:22 PM, Bastien wrote: Dear all, as the subject says. Please all test this heavily and report any problems. This will be part of Org 7.8 and soon in Emacs. Thanks a lot to Jambunathan for all this efforts, let's make sure everything is smooth before

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-10 Thread Mehul Sanghvi
On Sat, Dec 10, 2011 at 19:52, suvayu ali wrote: > On Sat, Dec 10, 2011 at 18:22, Bastien wrote: >> as the subject says.  Please all test this heavily and report >> any problems.  This will be part of Org 7.8 and soon in Emacs. >> >> Thanks a lot to Jambunathan for all this efforts, let's make >>

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-10 Thread suvayu ali
On Sat, Dec 10, 2011 at 18:22, Bastien wrote: > as the subject says.  Please all test this heavily and report > any problems.  This will be part of Org 7.8 and soon in Emacs. > > Thanks a lot to Jambunathan for all this efforts, let's make > sure everything is smooth before the release! A big tha

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-10 Thread Herbert Sitz
Bastien altern.org> writes: > > Dear all, > > as the subject says. Please all test this heavily and report > any problems. This will be part of Org 7.8 and soon in Emacs. > > Thanks a lot to Jambunathan for all this efforts, let's make > sure everything is smooth before the release! > > Bes