From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-odt list bug - help reproducing? Date: Sat, 13 Nov 2010 02:21:52 +0530 Message-ID: <81iq02l0yf.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41254 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PH0bd-0008QL-Du for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 15:52:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PH0bL-0003QD-Vf for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 15:52:05 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:36654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PH0bL-0003Q9-MO for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 15:52:03 -0500 Received: by gxk22 with SMTP id 22so854629gxk.0 for ; Fri, 12 Nov 2010 12:52:03 -0800 (PST) In-Reply-To: (Matt Price's message of "Fri, 12 Nov 2010 07:10:04 -0500") 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: Matt Price Cc: emacs-orgmode@gnu.org Matt > On Wed, Nov 10, 2010 at 11:14 AM, Jambunathan K = wrote: > > Matt > > I am unable to reproduce the said behaviour. > > From my work-area (which is same as that in git), the odt produced is > valid. I am attaching the odts produced in my work area. Let me know = if > what is attached is not what you expect. > > > I wonder if anyone on the list can reproduce the bug I'm finding in > Jambunathan's odt exporter?=A0=A0 The attached org file creates the attac= hed > invalid odt file for me -- this is true both on my main laptop and in a c= lean > environment I just went to some trouble to create on another computer, bu= t J > cannot reproduce the error.=A0 I'm wondering if perhaps there's some impl= icit > dependency in J's code somewhere that neither of us sees, and that isn't > fulfilled on either of my systems.=A0 I can't think of any other explanat= ion.... > Looks like it had been a pretty rough start for you ... Tried one more round in reproducing the problem. But I cannot reproduce it at all. If someone helps me in reproducing the bug, I will be happy to address it in no time. To encourage new users to try out the OpenOffice exporter, I have revised the instructions in "How to export to OpenOffice?" section of the README.org file. - http://repo.or.cz/w/org-mode/oo.git/blob/HEAD:/contrib/odt/README.org I suggest that you download the entire repo or the snapshot. Check that you are using the URL that ends in "oo.git". I am *pretty confident* that the OpenOffice exporter can handle simple text - headlines, paragraphs, lists - very reliably. How I tried reproducing the problem and failed: 1. I freshly cloned the repository. 2. Started emacs without any customization. "C:\Program Files\emacs-23.1.91\bin\runemacs.exe" --debug-init -Q 3. M-: (setq org-odt-base-dir "~/src/oo/") RET 4. M-x (load-file (expand-file-name "./contrib/odt/setup.el" org-odt-base-d= ir)) 5. C-x C-f desc_test_short_2.org 6. I did a C-c C-e O. 7. I am seeing that OpenOffice launches and opens the file desc_test_short_2.odt without any complaints. Jambunathan K.