From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Org-odt fails to export when inline tasks are present Date: Sat, 6 Aug 2011 13:41:54 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=00032555a6ee9073ce04a9d4b4b0 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpfGj-0001SL-8x for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 07:42:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpfGi-00049F-4W for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 07:42:17 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:55935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpfGh-000499-TQ for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 07:42:16 -0400 Received: by fxg9 with SMTP id 9so2805978fxg.0 for ; Sat, 06 Aug 2011 04:42:14 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: org-mode mailing list --00032555a6ee9073ce04a9d4b4b0 Content-Type: text/plain; charset=ISO-8859-1 Hi Jambunathan, Exporting to org-odt fails if my org file has inline tasks and org-inlinetask is already loaded. To reproduce the bug with the attached org file you can do the following: 1. In a minimal org-mode setup (without requiring org-inlinetask), export the attached file to odt. It will be done without problems. 2. Now repeat the same thing but after requiring org-inlinetask. The second fails and gives me the following errors. I shortened some really long text and errors from the debugger output. I can post the complete error if you think it would help. I hope this report helps. Debugger entered--Lisp error: (wrong-type-argument stringp nil) format(nil) eval((format format-str)) org-inlinetask-export-handler() run-hooks(org-export-preprocess-before-backend-specifics-hook) org-export-preprocess-string(..) [...] org-lparse("odt" "odt" nil nil nil nil nil nil) org-export-as-odt(nil) call-interactively(org-export-as-odt) org-export(nil) call-interactively(org-export nil nil) -- Suvayu Open source is the future. It sets us free. --00032555a6ee9073ce04a9d4b4b0 Content-Type: text/plain; charset=UTF-8; name="odt-export-bug.org" Content-Disposition: attachment; filename="odt-export-bug.org" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gr0ihmsp0 CgoqIEIgb3NjaWxsYXRpb25zCgpCIGxpZmV0aW1lIG9zY2lsbGF0aW9ucyBpcyBhIHB1cmVseSBR TSBlZmZlY3QuIEl0IGhhcyB0aGUgZnVuY3Rpb25hbApmb3JtIG9mIGFuIGV4cG9uZW50aWFsIGRl Y2F5IGZ1bmN0aW9uIG1vZHVsYXRlZCBieSBvc2NpbGxhdG9yeSBwaGFzZXMKZHVlIHRvIGludGVy ZmVyZW5jZSBiL3cgaGVhdnkgYW5kIGxpZ2h0IHN0YXRlcyAoY29zLCBzaW4sIGNvc2ggYW5kCnNp bmggZnVuY3Rpb25zIHJlbGF0ZWQgdG8gdGhlIG1hc3MgYW5kIGRlY2F5IHdpZHRoIGRpZmZlcmVu Y2VzICjOlG0gYW5kCs6UzpMpIGIvdyB0aGUgdHdvIGVpZ2Vuc3RhdGVzKS4KCl9RdWVzdGlvbnNf OgoqKioqKioqKioqKioqKiogRGV0ZWN0b3IgZWZmZWN0cyAJCQkJCSA6UW46CjEuIEhvdyBpcyB0 aGUgR2F1c3NpYW4gdXNlZCBmb3Igc21lYXJpbmcgb2YgcHJvcGVyCiAgIHRpbWUgcmVzb2x1dGlv biBkZXJpdmVkPwoyLiBXaHkgaXMgdGhlIHByb3BlciB0aW1lIGVycm9yIFBERiBuZWVkZWQ/IFdo eSBpcwogICBzbWVhcmluZyBvZiB0aW1lIHJlc29sdXRpb24gbm90IGVub3VnaD8KKioqKioqKioq KioqKioqIEVORAo= --00032555a6ee9073ce04a9d4b4b0--