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.