From: Jambunathan K <kjambunathan@gmail.com>
To: Matt Lundin <mdl@imapmail.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH][ANN] org-html/org-odt
Date: Mon, 02 May 2011 11:30:17 +0530 [thread overview]
Message-ID: <818vupmyku.fsf@gmail.com> (raw)
In-Reply-To: <87iptuwpkn.fsf@fastmail.fm> (Matt Lundin's message of "Sun, 01 May 2011 08:52:24 -0400")
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 Encyclopedia of Diderot :read:BIB:NEXT:
> :LOGBOOK:
> CLOCK: [2011-04-24 Sun 17:28]--[2011-04-24 Sun 17:54] => 0:26
> CLOCK: [2011-04-23 Sat 15:33]--[2011-04-23 Sat 16:00] => 0:27
> CLOCK: [2011-04-21 Thu 21:01]--[2011-04-21 Thu 21:37] => 0:36
> :END:
> [2011-04-21 Thu 21:01]
> --8<---------------cut here---------------end--------------->8---
>
> I've attached the backtrace.
>
>
> Debugger entered--Lisp error: (args-out-of-range #("Alembert,
> Preliminary Discourse to the Encyclopedia of Diderot" 0 62 (target
> "sec-1" fontified t org-category "test")) 64 77)
> match-string(1 #("Alembert, Preliminary Discourse to the
> Encyclopedia of Diderot" 0 62 (target "sec-1" fontified t org-category
> "test")))
> (setq txt (replace-match "" t nil txt) tags (match-string 1 txt))
> (progn (setq txt (replace-match "" t nil txt) tags (match-string 1 txt)))
> (if (string-match (org-re "[ ]+:\\([[:alnum:]_@:]+\\):[ ]*$") txt)
> (progn (setq txt (replace-match "" t nil txt) tags (match-string 1
> txt))))
> (when (string-match (org-re "[ ]+:\\([[:alnum:]_@:]+\\):[ ]*$") txt)
> (setq txt (replace-match "" t nil txt) tags (match-string 1 txt)))
I wasn't able to reproduce this crash locally. May be it has something
to do with your personal settings. I have pushed a fix based on some
reasonable assessment ... Let me know if the problem persists.
> Another comment. The warning about MathJax seemed a bit dire:
> "MathJax not supported. Falling back to dvipng"
>
> I assume this means that the odt exporter does not support MathJax. The
> way it is currently worded might make the user think that his/her system
> is lacking something.
I have made the warning more friendly.
> I'm finding that the odt exporter leaves a lot of xml buffers open, even
> after the tmp files they point to are gone. Would there be a way to
> clean up these buffers?
Makeshift xml buffers are now killed on successful export.
Jambunathan K.
next prev parent reply other threads:[~2011-05-02 6:00 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-20 18:32 [PATCH][ANN] org-html/org-odt Jambunathan K
2011-03-21 8:21 ` Bastien
2011-03-21 8:53 ` Christian Moe
2011-03-21 9:31 ` Jambunathan K
2011-03-21 11:06 ` Christian Moe
2011-03-21 13:31 ` Jambunathan K
2011-03-21 15:20 ` Christian Moe
2011-03-21 16:39 ` Jambunathan K
2011-03-21 19:38 ` Jambunathan K
2011-03-21 9:40 ` Jambunathan K
2011-03-21 8:55 ` Jambunathan K
2011-03-21 10:03 ` Jambunathan K
2011-03-21 21:26 ` Christian Moe
2011-04-12 8:33 ` Jambunathan K
2011-04-12 14:47 ` Christian Moe
2011-04-25 12:47 ` Christian Moe
2011-04-26 16:09 ` Jambunathan K
2011-03-25 22:32 ` Sean O'Halpin
2011-03-26 4:57 ` Jambunathan K
2011-04-15 20:39 ` [PATCH][ANN] org-html/org-odt/org-docbook Jambunathan K
2011-04-30 6:06 ` [PATCH][ANN] org-html/org-odt Jambunathan K
2011-04-30 6:54 ` Christian Moe
2011-05-01 12:52 ` Matt Lundin
2011-05-01 13:31 ` Matt Lundin
2011-05-02 6:00 ` Jambunathan K [this message]
2011-05-18 23:18 ` [ANN] ELPA Repo for org-html/org-odt Jambunathan K
2011-05-18 23:21 ` Jambunathan K
2011-05-19 4:58 ` suvayu ali
2011-05-19 5:29 ` Jambunathan K
2011-05-19 6:52 ` suvayu ali
2011-05-24 13:41 ` Jambunathan K
-- strict thread matches above, loose matches on Subject: below --
2011-03-21 9:32 [PATCH][ANN] org-html/org-odt Rustom Mody
2011-03-21 9:51 ` Jambunathan K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=818vupmyku.fsf@gmail.com \
--to=kjambunathan@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mdl@imapmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).