Hello all, I have some slides that I would normally export to beamer. However, I need, in one case, to export these slides to HTML as well. I don't expect to get the same functionality in this case, of course.
In any case, if I use the <n-> directives in beamer for exposing parts of a slide at different times, these <n-> constructs get exported to the HTML verbatim. So, I thought I would protect them within @@latex:...@@ constructs. Although that works for HTML export (i.e. they no longer appear), the LaTeX export is now broken: the directives are followed but they are also exported as text in the slide. The minimal example org file that illustrates this is attached. (org recent from git yesterday) Thank you, eric -- : Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-682-geac255
#+title: The title of the talk * this works for LaTeX but not HTML: 1. Draw something 2. <2-> Draw some more 3. <3-> Add some labels * this works for HTML but not LaTeX: 1. Draw something 2. @@latex:<2->@@ Draw some more 3. @@latex:<3->@@ Add some labels