From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [BUG] [ODT] Subtree export gives wrong footnote style Date: Mon, 01 Apr 2013 20:37:25 +0200 Message-ID: References: <87zjxmweqf.fsf@gmail.com> <87y5d5vonr.fsf@gmail.com> <87vc86u194.fsf@gmail.com> <871uautga5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMja9-0001Fb-PM for Emacs-orgmode@gnu.org; Mon, 01 Apr 2013 14:35:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMja6-0008Sz-VP for Emacs-orgmode@gnu.org; Mon, 01 Apr 2013 14:35:49 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:21033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMja6-0008Sk-Oz for Emacs-orgmode@gnu.org; Mon, 01 Apr 2013 14:35:46 -0400 In-reply-to: <871uautga5.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: Nicolas Goaziou Cc: Christian Moe , Emacs-orgmode@gnu.org Hi again, Now that I've finally pointed to the patched file, the patch seems to work perfectly. > We could also make use of OrgFootnoteVerse and OrgFootnoteCode styles, > but I'm not sure about their definition. It doesn't matter all that much, I think -- in any case the style definition is entirely customizable, and the rare user who wants to use them will probably want to tweak the style anyway. As long as they inherit from Footnote and don't look really weird, it should be OK. Both could be indented like OrgFootnoteQuotation, the O.F.Code should probably have a fixed-width font, and if you wanted to make the distinction between O.F.Verse and O.F.Quotation visually clearer, I guess verse could be italicised. (No need to copy the OrgVerse style...) > For now, I think the patch is correct to apply. What do you think? Absolutely, it fixes a bug in footnote styling, and adds useful styling of quotes within footnotes. Yours, Christian