From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Upgrade to org 7.9.3.: clock in/out and org-odt export Date: Thu, 10 Jan 2013 01:49:44 +0530 Message-ID: <87ehhunm73.fsf@gmail.com> References: <50EC7D34.8010009@mkblog.org> <87d2xe53dd.fsf@gmail.com> <50EDC438.8000107@mkblog.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt28g-0000y4-4N for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 15:20:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tt28U-0004b7-A3 for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 15:20:42 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:41748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt28U-0004Mk-3m for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 15:20:30 -0500 Received: by mail-pa0-f51.google.com with SMTP id fb11so1244525pad.38 for ; Wed, 09 Jan 2013 12:20:01 -0800 (PST) In-Reply-To: <50EDC438.8000107@mkblog.org> (Martin Butz's message of "Wed, 09 Jan 2013 20:25:44 +0100") 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: Martin Butz Cc: emacs-orgmode@gnu.org Martin Butz writes: > Hello K. Jambunathan, > > (I guess Jambunathan is your sirname, but do not want to call you just > "K"). No, don't do that :-). You will be addressing my father. Confusion is arises because of differences in naming across cultures. I live in India. In the state where I am from (Tamilnadu), we usually have just a single component to the name. i.e., there is no First, Middle or Last names and I really don't know what a "Surname" is. So "Jambunathan" is my given name. "K" is my Father's name that is abbreviated to just the initials. People usually call me "Jambu". > one of the problems was my fault, I forgot to insert a > "#+end_quote". After completed the missing comment, all went well. > > I encounter different problems, e.g. like an image link with missing > source. Try to narrow it down and pass across a simple snippet to me. I will be happy to fix it. You can also look at *Messages* buffer, you may get some clues. > The exporter will not accept this. Also I had cases, where the > export will work, but LibreOffice will crash trying to load the > generated .odt-file. But I guess, this has nothing to do with org. LibreOffice crashes usually when XML files are malformed. If you don't have rnc files, (use M-x rng-what-schema RET while in an XML file) then validation wouldn't catch errors. If you are running from git, rnc files are installed for you and you can do the following right within Emacs. 1. C-x C-f test.odt. Buffer will now be in archive-mode. 2. RET on content.xml and/or any of the other XML files/ 3. C-c C-n. nXML will tell you where validation has failed. This will give you clue on how to proceed further. It is quite possible that ODT exporter creates corrupt files. You can also run the exported file through any of the OpenDOcument validators in the cloud. They seem to come and go. So I will let you google around, instead of providing any pointers. See following node in the manual (info "(org) Validating OpenDocument XML") > In another case the content.xml of the gererated .odt had some not > closed elements (LibreOffice gave an error message), which I could fix > and then repack the archive. You should report this issue. I will be happy to fix. > I now do at least have some means to cope with problems. Thanks for > you help. --