From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin =?ISO-8859-1?Q?G=FCrtler?= Subject: odt-Export and #+CAPTION: [reference text]{caption text} Date: Thu, 29 Mar 2012 08:39:15 +0200 Message-ID: <1333003155.7566.10.camel@quino> 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]:36605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SD913-0006db-Un for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 02:39:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SD90x-0006C7-ST for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 02:39:25 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:41152) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SD90x-0006Bv-Hj for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 02:39:19 -0400 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, 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. Regards, Martin