From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: new exporter corrupts ODT Date: Sat, 02 Jun 2012 20:48:29 +0530 Message-ID: <81d35heo8q.fsf@gmail.com> References: <81bol1rfuw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Saq6M-00044j-JC for emacs-orgmode@gnu.org; Sat, 02 Jun 2012 11:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Saq6K-0004ad-Up for emacs-orgmode@gnu.org; Sat, 02 Jun 2012 11:18:50 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:64431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Saq6K-0004aF-LM for emacs-orgmode@gnu.org; Sat, 02 Jun 2012 11:18:48 -0400 Received: by dakp5 with SMTP id p5so4235193dak.0 for ; Sat, 02 Jun 2012 08:18:46 -0700 (PDT) In-Reply-To: <81bol1rfuw.fsf@gmail.com> (Jambunathan K.'s message of "Sat, 02 Jun 2012 19:11:11 +0530") 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: Michael Brand Cc: Org Mode Jambunathan K writes: > Unless you hand-edited the ODT document, I think the error could be > because of one of the customizations you have. (Do you have > `org-e-odt-prettify-xml' set to t. If yes, what mode does mimetype > file open for you. For me, mimetype opens in Fundamental mode.) After sending out the email, I realized that `org-e-odt-prettify-xml' is ON by default in the org-e-odt.el. Now I have turned it off. Hopefully things are OK at your end with this "fix". I am still curious what mode does mimetype file open for you. (Do M-: mode-name in mimetype buffer) If the problem persists (even after this), try emacs -Q and isolate your local config that messes up things. --