From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin =?ISO-8859-1?Q?G=FCrtler?= Subject: Re: odt-Export and #+CAPTION: [reference text]{caption text} Date: Fri, 30 Mar 2012 08:08:14 +0200 Message-ID: <1333087694.7566.18.camel@quino> References: <1333003155.7566.10.camel@quino> <81y5qjkxqq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDV0W-0002YE-8M for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 02:08:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDV0T-0006Qo-Tb for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 02:08:19 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:55783) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SDV0T-0006QL-JK for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 02:08:17 -0400 In-Reply-To: <81y5qjkxqq.fsf@gmail.com> 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 Hi Jambunathan, thanks for the quick help. Am Freitag, den 30.03.2012, 01:04 +0530 schrieb Jambunathan K: > May be you are trying to build an index out of object names... Or pick > and choose objects of interest. Please upgrade to the following commit > and report back any problems or suggestions. > > I have pushed the commit to master branch. If you are quick enough with > your feedback, I can commit this change to hotfix-7.8.06 branch so that > it can reach Emacs-24.1. > I just pulled from orgmode.org. It does what I want. Unless there is some formatting in the caption. Then you get an invalid content.xml, even if you don't use the new feature (ie with a simple '#+CAPTION: a_i'). minimal example: #+CAPTION: [*a_i*]{a_i is named =A\_i=} #+LABEL: tab:referenced table | a | b | c | |---+---+---| | 1 | 2 | 3 | Best regards, Martin > ,---- > | commit 67694297fa0f9b32cf4bfe812ba8a5c5cf4a0859 > | Author: Jambunathan K > | Date: Fri Mar 30 00:30:46 2012 +0530 > | > | org-odt.el: Honor short caption for table, figure etc > `---- > > Btw, any feedback on these two fixes? > > http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg00798.html > http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg00797.html > > > Regards, > > > > Martin