Re: [patch] ox-beamer: allow setting frame subtitle with BEAMER_SUBTITLE property

2024-07-10 Thread Ihor Radchenko
h...@heagren.com writes: > On 2024-07-08 19:17, Ihor Radchenko wrote: >> (org-element-parse-secondary-string value (org-element-restriction >> 'keyword)) > > Thanks for the guidance. There's a new patch attached, which allows > org markup in the subtitle string, and announces the new feature in >

Re: [patch] ox-beamer: allow setting frame subtitle with BEAMER_SUBTITLE property

2024-07-08 Thread Ihor Radchenko
h...@heagren.com writes: >> I think that it will make more sense to recognize Org markup in the > >> BEAMER_SUBTITLE property value. > > I agree, that would be a good idea. I tried to implement this in the > same way as with the frametitle ...: You can use (org-element-parse-secondary-string v

Re: [patch] ox-beamer: allow setting frame subtitle with BEAMER_SUBTITLE property

2024-07-08 Thread hugo
Hi Ihor, I think that it will make more sense to recognize Org markup in the > BEAMER_SUBTITLE property value. I agree, that would be a good idea. I tried to implement this in the same way as with the frametitle: , | (let ((env (org-element-property :BEAMER_ENV headline))) | (format "

Re: [patch] ox-beamer: allow setting frame subtitle with BEAMER_SUBTITLE property

2024-07-06 Thread Ihor Radchenko
h...@heagren.com writes: > I found recently I wanted to add subtitles to some slides in beamer in > an export from org-mode. In the end I had to write an > explicit #+beamer: declaration with latex code in it for each > headline. The attached patch implements an easier (I think) way of > setting s

[patch] ox-beamer: allow setting frame subtitle with BEAMER_SUBTITLE property

2024-07-06 Thread hugo
Hi all, I found recently I wanted to add subtitles to some slides in beamer in an export from org-mode. In the end I had to write an explicit #+beamer: declaration with latex code in it for each headline. The attached patch implements an easier (I think) way of setting subtitles, with properties