>>> "ESF" == Eric S Fraga <[email protected]> writes:
> On Wednesday, 17 Nov 2021 at 08:36, Uwe Brauer wrote:
>> In auctex+reftex it is possible that when I insert a new section header
>> a reference label is inserted automatically:
> I do the following usually:
> * <<introduction>> Introduction
Right, but how do you do this automatically?
Maybe I did not explain this clearly enough: in auctex+reftex, when I
fire up the command LaTeX-section, I am
1. Asked for the title
2. And then the title *and* a label is inserted automatically. (I
can configure what is inserted to a certain extend). Usually I
obtain \section{Alternativa de Fredholm}
\label{sec:altern-de-fredh}
I am looking for a similar functionality in org mode
> In section [[introduction]], I show something.
> I prefer visible labels instead of custom IDs although the latter works
> as well but you need to say [[id:introduction]].
> HTH,
> eric