emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-beamer empty titles


From: Joseph Vidal-Rosset
Subject: Re: org-beamer empty titles
Date: Tue, 12 Oct 2021 06:53:10 +0000


Le 10/10/2021 à 23:30, Joseph Vidal-Rosset a écrit :
>
>
> Le 10/10/2021 à 22:04, Eric S Fraga a écrit :
>> On Sunday, 10 Oct 2021 at 17:44, Joseph Vidal-Rosset wrote:
>>> I reply to my question about org-bullets: the reply is no. Registering
>>> an empty title section delete the space and then the export frame does
>>> not work. :(
>>
>> I am not sure what you mean by "registering".  You can type "* "
>> directly to create an empty headline, can you not?
>>
>> In any case, you could try the following maybe:
>>
>> *   :sometag:
>>
>> or, if getting desperate, resort to some LaTeX magic:
>>
>> * @@latex:}%@@
>>
>> --
>> : Eric S Fraga via Emacs 28.0.60, Org release_9.5-93-gd87250
>> : Latest paper written in org: https://arxiv.org/abs/2106.05096
>>
>
> Many thanks Eric, the magic LaTeX solution works (but why?).

Just a word to thank again Eric Fraga for this solution and to describe
the way I have taken:

I have added to one of my personal configuration files the following code:

(global-set-key (kbd "C-c m") (lambda () (interactive) (insert
"@@latex:}%@@")))

And after each double star for beamer frame, after adding the relevant
space, I type C-c m  to insert @@latex:}%@@  when I do not want a title
for this frame, which is the most frequent case.

I hope it will help people who meet the same problem.

Best wishes,

Jo.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]