From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: odt-Export and #+CAPTION: [reference text]{caption text} Date: Fri, 30 Mar 2012 01:04:05 +0530 Message-ID: <81y5qjkxqq.fsf@gmail.com> References: <1333003155.7566.10.camel@quino> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDL79-0000W2-Kj for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 15:34:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDL74-000549-Rc for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 15:34:31 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:63996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDL74-00053Z-L1 for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 15:34:26 -0400 Received: by yhr47 with SMTP id 47so2105204yhr.0 for ; Thu, 29 Mar 2012 12:34:24 -0700 (PDT) In-Reply-To: <1333003155.7566.10.camel@quino> ("Martin \=\?utf-8\?Q\?G\=C3\=BCrt\?\= \=\?utf-8\?Q\?ler\=22's\?\= message of "Thu, 29 Mar 2012 08:39:15 +0200") 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 =?utf-8?Q?G=C3=BCrtler?= Cc: org-mode mailing list Martin > Hi, > > does the odt export regard the short version of captions for figures and > tables? Looking at the document structure in libreoffice's navigator, > figures and tables are referenced by strings like "Table4" or, in the > case of graphics, plain numbers. Also, when I include manually (in > libreoffice) a list if figures or tables, the entries are described by > the long version of the caption, regardless of the choice between > 'reference text' and 'caption' in the properties of the 'List of figures > (tables)' in libreoffice. > > > org documentation says > > Optionally, the caption can take the form: > #+CAPTION: [Caption for list of figures]{Caption for table (or link).} > > , but this seems to be unsupported in the moment. 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. ,---- | 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