From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Empty titles and new exporter Date: Sun, 09 Sep 2012 15:21:49 +0200 Message-ID: <87pq5v2uxe.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAhWM-0000mJ-9e for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 09:25:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAhWL-0008QJ-8A for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 09:25:54 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:63247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAhWL-0008QF-1m for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 09:25:53 -0400 Received: by wibhq4 with SMTP id hq4so974714wib.12 for ; Sun, 09 Sep 2012 06:25:52 -0700 (PDT) In-Reply-To: (Fabrice Popineau's message of "Wed, 5 Sep 2012 07:58:00 +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: Fabrice Popineau Cc: emacs-orgmode@gnu.org Hello, Fabrice Popineau writes: > Whenever I put an empty headline and I add some tag like :B_note: or > whatever, the tag end up in the headline. > > ** Some Frame > *** :B_note: > :PROPERTIES: > :BEAMER_env: note > :END: > [2012-09-03 lun. 09:22] > blah blah > > is exported as : > > \begin{frame}{Some Frame} > \note{:B\_note: > blah blah} > \end{frame} > > I think that the tag should never be used for the headline. > What about you ? I have pushed a fix for this. Though, at the moment, using empty titles in headlines is asking for troubles since an undetermined part of Org probably relies on the presence of a title. If we go down that way, the next step should be to allow "^\\*+" as an headline. Also, in the very specific case you're demonstrating, there's noteNH environment, which will ignore headline anyway. Regards, -- Nicolas Goaziou