emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Empty titles and new exporter
@ 2012-09-05  5:58 Fabrice Popineau
  2012-09-09 13:21 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Popineau @ 2012-09-05  5:58 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

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 ?

-- 
Fabrice

[-- Attachment #2: Type: text/html, Size: 706 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Empty titles and new exporter
  2012-09-05  5:58 Empty titles and new exporter Fabrice Popineau
@ 2012-09-09 13:21 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2012-09-09 13:21 UTC (permalink / raw)
  To: Fabrice Popineau; +Cc: emacs-orgmode

Hello,

Fabrice Popineau <fabrice.popineau@supelec.fr> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-09 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05  5:58 Empty titles and new exporter Fabrice Popineau
2012-09-09 13:21 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).