From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: 3 bugs and 2 proposals on ascii/html export [7.8.03] Date: Fri, 09 Mar 2012 03:09:46 +0100 Message-ID: <87r4x2jzit.fsf@gnu.org> References: <20120309005334.GA19970@gmx.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5pMV-0006Y9-9P for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 21:15:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5pMT-0005sj-6r for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 21:15:18 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:42765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5pMS-0005sT-TZ for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 21:15:17 -0500 Received: by wibhj13 with SMTP id hj13so16899wib.12 for ; Thu, 08 Mar 2012 18:15:14 -0800 (PST) In-Reply-To: <20120309005334.GA19970@gmx.org> (Mathias Bauer's message of "Fri, 9 Mar 2012 01:53:34 +0100") 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: emacs-orgmode@gnu.org Hi Mathias, Mathias Bauer writes: > I just played with org's export functionality and following > minimal org file. This results in three minor bugs and two > proposals/questions on org's behavior. Thanks for this report -- next time, please consider sending one mail per bug/request, it makes issues easier to track. > ** Bug 1: Underlining the headlines > > Headlines without tags are underlined in a wrong manner. It's > one character too long. It's a matter of taste. I like this additionnal character and I think Carsten added it intentionally. > ** Question/Proposal > > As default, all level 1 headlines are underlined by - characters > and level 2 headlines with =. Wouldn't it be more logical the > other way round: the lower the level, the more important the > headline and hence the "bigger" its underlining? (Of course the > user can change the variable org-export-ascii-underline.) Unless many users think this is illogical, I won't change the default. > * HTML export > > ** Question/Proposal > > ----------snip---------- >

...Some section with TAG at the end    some_tag... > ----------snip---------- > > Isn't a single space enough for separating the heading's text and > the tag? Beside their number, the additional three (why not five > or n?) " " seem a little bit freaky to me... They _are_ freaky :) But they are also needed. Even if the tags display is taken care of by the CSS, we must prevent collapsing the tags with the previous strings in case the CSS is not available -- just think of what the HTML page should look like with w3m/lynx. > ** Bug 2: Exporting the tag into the toc > > Adding "#+OPTIONS: tags:t" results in the following exported toc: > > ----------snip---------- >
  • ...Some section with TAG at the end    some_tag
  • > ----------snip---------- > > There is a space inside the ... just before the tag > name which should not be there. Fixed, thanks. > ** Bug 3: Exporting the TODO keywords > > ----------snip---------- >

    ... TODO Some section with a TODO keyword

    > ----------snip---------- > > There is a space inside the ... just before the TODO > keyword which should not be there. Fixed, thanks. -- Bastien