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 18:38:25 +0530 Message-ID: <81sjgqtewm.fsf@gmail.com> References: <1333003155.7566.10.camel@quino> <81y5qjkxqq.fsf@gmail.com> <1333087694.7566.18.camel@quino> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDbZb-00045E-IA for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 09:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDbZR-0004cN-NB for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 09:08:59 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:52391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDbZR-0004cD-Dc for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 09:08:49 -0400 Received: by pbcup15 with SMTP id up15so1855154pbc.0 for ; Fri, 30 Mar 2012 06:08:47 -0700 (PDT) In-Reply-To: <1333087694.7566.18.camel@quino> ("Martin \=\?utf-8\?Q\?G\=C3\=BCrt\?\= \=\?utf-8\?Q\?ler\=22's\?\= message of "Fri, 30 Mar 2012 08:08:14 +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 > It does what I want. I have applied my patch to the hotfix branch. > Unless there is some formatting in the caption. This is a limitation that we need to live with. That said, if you want the short captions in bold, then the right thing to do would be to apply the style to the index entry and not to individual captions. Have you experimented with the styles tab in the Index creator...I haven't checked it myself though. > 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 | If you unzip the file you will see that the short caption goes as an attribute while long caption goes as body text. LibreOffice doesn't even allow entering space in the object names. If you know of any workarounds that will help "mimic" short captions, I can add it.