On Wednesday, 14 Dec 2016 at 12:17, Nicolas Goaziou wrote:
> This is also fixed. Thank you.
Thanks! Hopefully that's it for now. Or, at least, with respect to
links and targets. :-)
--
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.2-99-g2b93ce
signature.asc
Description: PGP
Hello,
Eric S Fraga writes:
> this doesn't seem to work still. I've updated my copy of org and I get
> the following on beamer export:
>
> #+begin_src latex
> \begin{frame}[label={sec:orgb78d808}]{\label{org5b96364} Intro}
> This is the first slide.
> \end{frame}
> \begin{frame}[label={
On Tuesday, 13 Dec 2016 at 21:15, Nicolas Goaziou wrote:
> Hello,
>
> Eric S Fraga writes:
>
>> Now for another related question. Should the following work?
>>
>> #+begin_src org
>> ,#+TITLE: LaTeX export minimal test
>> ,* <> Intro
>> This is the first slide.
>> ,* Summary
>> As we saw
Hello,
Eric S Fraga writes:
> Now for another related question. Should the following work?
>
> #+begin_src org
> ,#+TITLE: LaTeX export minimal test
> ,* <> Intro
> This is the first slide.
> ,* Summary
> As we saw on slide [[introduction]], ...
> #+end_src
Fixed. Thank you.
Regards
On Monday, 12 Dec 2016 at 20:04, Nicolas Goaziou wrote:
[...]
>> I have org-latex-prefer-user-labels set to t.
>>
>> Am I doing something wrong or is this a bug in org?
>
> The latter. I fixed it on maint. Thank you.
Thank you! This now works (using CUSTOM_ID).
Now for another related question
Hello,
Eric S Fraga writes:
> If I have the following org,
>
> #+begin_src org
> ,#+TITLE: LaTeX export minimal test
> ,* Intro
> :PROPERTIES:
> :CUSTOM_ID: introduction
> :END:
> This is the first slide.
> ,* Summary
> As we saw on slide [[#introduction]], ...
> #+end_src
>
>
>
I am having problems trying to use user defined labels in org export to
LaTeX (beamer specifically).
If I have the following org,
#+begin_src org
,#+TITLE: LaTeX export minimal test
,* Intro
:PROPERTIES:
:CUSTOM_ID: introduction
:END:
This is the first slide.
,* Summary
As we saw