From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [PATCH][ANN] org-html/org-odt Date: Mon, 21 Mar 2011 12:06:54 +0100 Message-ID: <4D87314E.3010400@christianmoe.com> References: <811v21sjy9.fsf@gmail.com> <87y648sx2a.fsf@gnu.org> <4D871223.1060004@christianmoe.com> <81vczc95wj.fsf@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47790 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1ctY-0007y8-C7 for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 07:03:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1ctW-0007Tm-Eg for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 07:03:31 -0400 Received: from mars.hitrost.net ([91.185.211.18]:17157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1ctW-0007TQ-3t for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 07:03:30 -0400 In-Reply-To: <81vczc95wj.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: Jambunathan K Cc: emacs-orgmode@gnu.org Hi, Jambunathan, Thanks, I should have tested first if the previous instructions worked. I think I have it set up now. With a minimal Emacs as per the old instructions, and with one minor change to your test file (`LaTeX:verbatim' -- I don't have dvipng installed), I get this: Debugger entered--Lisp error: (invalid-function with-org-html-preserve-paragraph-state) with-org-html-preserve-paragraph-state(nil) byte-code("[...THIS LINE DIDN'T COPY-PASTE WELL... CHRISTIAN] org-do-export(nil nil nil nil nil nil) (let* ((org-parse-get-callback ...) (org-export-html-special-string-regexps org-export-odt-special-string-regexps)) (org-do-export arg hidden ext-plist to-buffer body-only pub-dir)) org-export-as-odt(nil) call-interactively(org-export-as-odt) org-export(nil) call-interactively(org-export nil nil) Yours, Christian On 3/21/11 10:31 AM, Jambunathan K wrote: > > 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. > >