-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add beamer support #35
Comments
I am fully aware of this and already have a proposal to address it: To make I have numerous other, private, proposals. Perhaps I should place them publicly and ask for help to make them come true. Unfortunately, with 2 kids and a full time job, and not being an active user of org-special-block-extras, this is not something I can direct immediate energy towards. However, I'm happy to accept PRs and to help guide on making the changes, if you or someone else wants to champion this change. |
First of all: Please don't stress yourself out with this - family is more important than some strings of letters! I am afraid I do not know anything about
and
return non-nil. It should also solve issue #35. Unfortunately, I do not have much time either. But if I found some, would you accept a PR with these changes? As to the private proposols: Please, do make them public! I can very well imagine that a Reddit post would suffice to make some of them true. |
That's kind to hear; thanks!
That was really nice to read; thank-you ❤️
It's been about a year since the issue was opened, and I think it's close to being resolved. Please see http://alhassy.com/org-special-block-extras/#Dispatch-on-backend-open-for-extensibility In particular, if there is a specific block you'd like to use with beamer then we can produce a MVP to make that happen ---on your machine using the latest "open for extensibility" defblock method. |
Exporting to LaTeX using
org-beamer
does not work. This is becausebeamer
as a backend is not provided for. This could easily be solved by changing lines like(equal backend 'latex)
to(or (equal backend 'beamer) (equal backend 'latex))
; it accounts for bothLaTeX
andbeamer
. Any chance you could make these changes? Your blocks are too great not to be used inorg-beamer
!The text was updated successfully, but these errors were encountered: