Re: [BUG] CUSTOM_id ignored on blocks by ox-beamer

2023-02-10 Thread Ihor Radchenko
Alan Schmitt writes: > Here is an updated patch. Thanks! Applied, onto main. I changed quoting style of some terms in ORG-NEWS and moved the new item to the top as we usually do for new items (last comes first). https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=666a61bcc -- Ihor

Re: [BUG] CUSTOM_id ignored on blocks by ox-beamer

2023-02-09 Thread Alan Schmitt
Hello Ihor, On 2023-01-19 10:21, Ihor Radchenko writes: > Please add a changelog entry detailing the definitions where the changes > happened. See https://orgmode.org/worg/org-contribute.html#commit-messages > ... > Please document the new %l option in the docstring of >

Re: [BUG] CUSTOM_id ignored on blocks by ox-beamer

2023-01-19 Thread Ihor Radchenko
Alan Schmitt writes: >> (2) modify `org-beamer-environments-default' to insert label >> appropriately. >> >> Patches welcome! > > Thank you for the detailed instructions. Here is my attempt at this. > I’ve tested it and it works. Thanks! >>From 1747786c7106d0d90d9e8752e361552afacb2d4d Mon

Re: [BUG] CUSTOM_id ignored on blocks by ox-beamer

2023-01-15 Thread Alan Schmitt
Hello, Please let me know if there is something I should do to help integrate this patch. Best, Alan On 2023-01-08 17:25, Alan Schmitt writes: > Hello, > > On 2023-01-05 09:26, Ihor Radchenko writes: > >> If you look inside `org-beamer--format-block', it uses >>

Re: [BUG] CUSTOM_id ignored on blocks by ox-beamer

2023-01-08 Thread Alan Schmitt
Hello, On 2023-01-05 09:26, Ihor Radchenko writes: > If you look inside `org-beamer--format-block', it uses > `org-beamer-environments-default' and `org-beamer-environments-extra' to > format the blocks. See docstring for the latter for details. > > The code responsible for LaTeX block

[BUG] CUSTOM_id ignored on blocks by ox-beamer

2023-01-05 Thread Ihor Radchenko
Confirmed. alan.schm...@polytechnique.org writes: > I’m writing course slides in org-mode (exported currently to beamer, but > I want to also have html export in the long run), and I have trouble > linking blocks (for theorems or definitions), as the CUSTOM_ID property > is ignored by ox-beamer

CUSTOM_id ignored on blocks by ox-beamer

2023-01-04 Thread alan . schmitt
Hello, I’m writing course slides in org-mode (exported currently to beamer, but I want to also have html export in the long run), and I have trouble linking blocks (for theorems or definitions), as the CUSTOM_ID property is ignored by ox-beamer on blocks. I see this issue has already been raised

Re: CUSTOM_id ignored on blocks by ox-beamer

2020-05-25 Thread Nicolas Goaziou
Hello, Rafael writes: > Consider the following example: > > #+begin_src org > ,#+title: Test > > ,#+options: H:2 > > ,* Section > :PROPERTIES: > :CUSTOM_ID: section > :END: > > ,** Frame >:PROPERTIES: >:CUSTOM_ID: frame >:END: > > ,*** Block > :PROPERTIES: >

CUSTOM_id ignored on blocks by ox-beamer

2020-05-23 Thread Rafael
Consider the following example: #+begin_src org ,#+title: Test ,#+options: H:2 ,* Section :PROPERTIES: :CUSTOM_ID: section :END: ,** Frame :PROPERTIES: :CUSTOM_ID: frame :END: ,*** Block :PROPERTIES: :CUSTOM_ID: block :END: #+end_src If I export this to Beamer,