From mboxrd@z Thu Jan 1 00:00:00 1970 From: martin.guertler@gmx.de (Martin =?utf-8?Q?G=C3=BCrtler?=) Subject: Re: new odt-exporter: problems with formatting in captions Date: Wed, 18 Dec 2013 11:15:50 +0100 Message-ID: <867gb2cvmx.fsf@gmx.de> References: <86zjo09ael.fsf@gmx.de> <87fvps62av.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtEAq-0003qU-Lv for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:16:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtEAi-0006hM-3n for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:16:16 -0500 Received: from mout.gmx.net ([212.227.17.21]:53667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtEAh-0006hA-Qo for emacs-orgmode@gnu.org; Wed, 18 Dec 2013 05:16:08 -0500 Received: from nb-guertler-l ([217.234.146.46]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MOx4J-1VqBN41Xdf-006KGe for ; Wed, 18 Dec 2013 11:16:05 +0100 In-Reply-To: <87fvps62av.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 17 Dec 2013 00:39:12 +0530") 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: emacs-orgmode@gnu.org >>>>> "J" == Jambunathan K writes: J> NOTE: If someone knows how to accommodate short captions (so that an J> that an Index/TOC could be generated from within LibreOffice based on J> it, please let me know.) The openDocument standard says in 7.4.1 Use Caption Each object contained in a text document has a name. In addition, images also have a caption. The image caption or the image name can be gathered for the index of illustrations. Looks to me like one should have #+NAME and #+CAPTION in the org file, I'd consider the former a candidate for the short caption. HTH, Martin