Re: [O] [PATCH][ANN] org-html/org-odt

2011-05-01 Thread Jambunathan K
Matt Thanks for trying out the new exporter(s) and sharing your feedback. > I've been doing a bit of testing and have found that html export fails > on the following headline: > > --8<---cut here---start->8--- > * STARTED Alembert, Preliminary Discourse to the

Re: [O] [PATCH][ANN] org-html/org-odt

2011-05-01 Thread Matt Lundin
Matt Lundin writes: > Hi Jambunathan, > > Jambunathan K writes: > > [...] >> >> I am not sure if (and when) my changes would get formally integrated. >> >> I can commit non-trivial effort cycles for bug fixing & integration for >> maybe next 3 weeks. Further down the road, as a maintainer of >>

Re: [O] [PATCH][ANN] org-html/org-odt

2011-05-01 Thread Matt Lundin
Hi Jambunathan, Jambunathan K writes: [...] > > I am not sure if (and when) my changes would get formally integrated. > > I can commit non-trivial effort cycles for bug fixing & integration for > maybe next 3 weeks. Further down the road, as a maintainer of > org-odt.el, I am willing to entertai

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-29 Thread Christian Moe
+1. I've tested Jambunathan's ODT backend some, and love it. It should considerably simplify things for those of us who would like to do nearly everything in Org, but are usually required to submit our work in MS Word or (with luck) ODT. People will want to test the all new HTML backend care

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-29 Thread Jambunathan K
> This is a formal request to integrate my org-html.el & org-odt.el > changes in to the master branch. > > This patch introduces 3 major features: > 1. A generic exporter > 2. All new html backend re-implemented as a plugin to (1). > 3. A odt backend as a plugin to (1). > > The patch is based on

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-26 Thread Jambunathan K
Hello Christian >>> - Paragraphs were frequently split up, mid-sentence, by unwanted >>>paragraph breaks. This bug is a bit of a mystery. The extra >>>paragraph breaks appear where there is a newline in the text. But I >>>can't discern any pattern as to why breaks are inserted at thes

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-25 Thread Christian Moe
Hi, Jambunathan, Sorry, it took me a long time to get around to this. I pulled your current version this morning. Tested with LibreOffice 3.3.2, Emacs 23.3.1 and Org-mode 7.5 under Mac OS X 10.6.7 this time. You have addressed all my reports, and it's working fine with the test document. How

Re: [O] [PATCH][ANN] org-html/org-odt/org-docbook

2011-04-15 Thread Jambunathan K
> This is a formal request to integrate my org-html.el & org-odt.el > changes in to the master branch. > > This patch introduces 3 major features: > 1. A generic exporter > 2. All new html backend re-implemented as a plugin to (1). > 3. A odt backend as a plugin to (1). > > The patch is based on

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-12 Thread Christian Moe
Hi, Great! I'll test again, but I need to come up for air from other work first, so it will take a few days before you hear anything. As you saw, most of my earlier concerns about captions/cross-references went away when I realized updating fields solved them. Thanks for the additional expla

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-12 Thread Jambunathan K
Christian I have fixed most of the issues that you had reported earlier. I have added two new features: 1. Attaching Custom Styles to the document - See http://permalink.gmane.org/gmane.emacs.orgmode/40026 2. TOC and Outline numbering are done natively. i.e., Tools->Update->Update All w

Re: [O] [PATCH][ANN] org-html/org-odt

2011-03-25 Thread Jambunathan K
Hello Sean Thanks for trying out the new exporter and submitting this patch. I have applied it to my branch. Jambunathan K. > Hi, > > I was getting the error: > > org-html-insert-toc: Wrong type argument: char-or-string-p, nil > > when trying to generate an HTML file with > > #+OPTIONS:

Re: [O] [PATCH][ANN] org-html/org-odt

2011-03-25 Thread Sean O'Halpin
Hi, I was getting the error: org-html-insert-toc: Wrong type argument: char-or-string-p, nil when trying to generate an HTML file with #+OPTIONS: toc:nil The patch below seems to fix this. Regards, Sean index bd53741..37eddf4 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2

Re: [O] [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Christian Moe
Hi, Very, very nice! Tested with a minimal emacs, using Org-mode version 7.5 (baseline.6.g533ba.dirty), GNU Emacs 23.2.1 (powerpc-apple-darwin9.8.0, NS apple-appkit-949.54) on a Mac. Notes on the resulting test.odt document (I've had only a quick look at the html, so what follows refers onl