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 19:01:47 +0530 Message-ID: <81oc54txa4.fsf@gmail.com> References: <811v21sjy9.fsf@gmail.com> <87y648sx2a.fsf@gnu.org> <4D871223.1060004@christianmoe.com> <81vczc95wj.fsf@gmail.com> <4D87314E.3010400@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=38939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1fDH-0008NC-KO for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 09:32:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1fDE-0003Ok-BO for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 09:32:01 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:48013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1fDE-0003Og-7a for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 09:32:00 -0400 Received: by gwaa12 with SMTP id a12so3013667gwa.0 for ; Mon, 21 Mar 2011 06:31:59 -0700 (PDT) In-Reply-To: <4D87314E.3010400@christianmoe.com> (Christian Moe's message of "Mon, 21 Mar 2011 12:06:54 +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: emacs-orgmode@gnu.org Hello Christian Thanks for your first bug report. I have the habit of not using byte-compilation. The reason for the crash you have reported is that `with-org-html-preserve-paragraph-state' is a macro and some of the references to it preceded the definition. As a result the byte compiler was mistaken in to thinking that this was a function. Jambnathan K. > 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)