From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [PATCH][ANN] org-html/org-odt Date: Mon, 21 Mar 2011 15:01:08 +0530 Message-ID: <81vczc95wj.fsf@gmail.com> References: <811v21sjy9.fsf@gmail.com> <87y648sx2a.fsf@gnu.org> <4D871223.1060004@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37528 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1bSM-000686-NW for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 05:31:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1bSK-0000Ot-HV for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 05:31:21 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:48483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1bSK-0000On-BV for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 05:31:20 -0400 Received: by pwi10 with SMTP id 10so1083566pwi.0 for ; Mon, 21 Mar 2011 02:31:19 -0700 (PDT) In-Reply-To: <4D871223.1060004@christianmoe.com> (Christian Moe's message of "Mon, 21 Mar 2011 09:53:55 +0100") 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: mail@christianmoe.com Cc: Bastien , emacs-orgmode@gnu.org Christian Thanks being the first one here (again). I have tried incorporating some subset (and not all) of your feedback on the new odt exporter. My priority was to get the html exporter and the generic interface right. > Hi, > > I'd love to try it out, but I'm not good at git. Would someone be kind > enough to post directions? (1) You can checkout via git: #+begin_src sh git remote add org-odt http://repo.or.cz/r/org-mode/org-jambu.git git fetch org-odt git checkout -b org-odt org-odt/staging [Note the word `staging'] #+end_src (2) You can download a snapshot. (Search for .tar.gz and .zip) http://repo.or.cz/w/org-mode/org-jambu.git/shortlog/refs/heads/staging The above instructions are the same as one that I shared with Release-0.6 [1] with one important change - instead of `master' the changes are in `staging' branch. Footnotes: [1] http://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg01210.html Jambunathan K.