Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-16 Thread joakim
Bastien writes: > Hi Joakim, > > joa...@verona.se writes: > >> Interesting. Is this available in a branch somewhere? Meanwhile I'll >> have a look at org-lparse. > > Not yet. > > org-lparse is a line parser, currently used for the ODT exporter, > and planned to be used for the HTML exporter (whi

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-16 Thread Bastien
Hi Joakim, joa...@verona.se writes: > Interesting. Is this available in a branch somewhere? Meanwhile I'll > have a look at org-lparse. Not yet. org-lparse is a line parser, currently used for the ODT exporter, and planned to be used for the HTML exporter (which is already based on line parsin

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-16 Thread joakim
Bastien writes: > Hi Joakim, > > joa...@verona.se writes: > >> I have a project at github called inkmacs, which integrates inkscape, >> org-mode, and emacs: >> >> https://github.com/jave/inkmacs> >> There I support interactive transfer of org nodes to inkscapes text >> nodes. >> >> My current cod

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-15 Thread Bastien
Hi Joakim, joa...@verona.se writes: > I have a project at github called inkmacs, which integrates inkscape, > org-mode, and emacs: > > https://github.com/jave/inkmacs > > There I support interactive transfer of org nodes to inkscapes text > nodes. > > My current code to extract the org nodes is n

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-15 Thread Bastien
Dear all, thanks Jambunathan for setting up this branch! *Please all*: test this branch as much as you can. We plan to integrate the ODT exporter into Org's core for the next release, and this will only happen if there is no regression between the current org-html.el and org-xhtml.el from Jamb

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread suvayu ali
Hi Matt, On Mon, Nov 14, 2011 at 21:06, Matt Price wrote: > hmm, what are the pul instructions for this? sorry, my git-fu is pretty > basic: I tried > git pull origin/org-xhtml-and-org-odt > and > git pull org-xhtml-and-org-odt With master checked out (git checkout master), do the following: $

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread Matt Price
On Mon, Nov 14, 2011 at 3:13 AM, Jambunathan K wrote: > Bastien > > I have created a new feature branch named "org-xhtml-and-org-odt". > > hmm, what are the pul instructions for this? sorry, my git-fu is pretty basic: I tried git pull origin/org-xhtml-and-org-odt and git pull org-xhtml-and-org-odt

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread joakim
Jambunathan K writes: > Bastien > > I have created a new feature branch named "org-xhtml-and-org-odt". > > The main "feature" introduced by this branch is: > > 1. The HTML exporter in lisp/org-html.el is *totally* rewritten. It >should be on par with the current HTML exporter in the master br

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread Jambunathan K
> 1. The HTML exporter in lisp/org-html.el is *totally* rewritten. It >should be on par with the current HTML exporter in the master >branch. A small note: If you are exercising the new exporter then you will the following message. (Note the presence of org-lparse in the message) ,

[O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread Jambunathan K
Bastien I have created a new feature branch named "org-xhtml-and-org-odt". The main "feature" introduced by this branch is: 1. The HTML exporter in lisp/org-html.el is *totally* rewritten. It should be on par with the current HTML exporter in the master branch. Note: Anyone who depends on