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
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
> `org-beamer-environments
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 S
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
>> `org-beamer-environments-defa
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 generatio
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 o
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
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:
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, th