org-special-block-extras
org-special-block-extras copied to clipboard
A number of new custom blocks and link types for Emacs' Org-mode ^_^
Thanks for some mind-blowing elisp work! Just trying to figure out how to use `o-thread-blockcall` Basically I want to use `#begin_rename` with a fixed list And then wrap it in...
Hi, thanks for making the great package. I was messing around a bit to be able to create a theorem environment for mathematics. It is quite common to write these...
0. Look at http://xahlee.info/js/css_index.html 1. Find something you like there 2. Implement a special block that produces the CSS feature you like 3. Add some unit tests (`ert-deftest`) For example,...
Firstly great package, thanks a lot!! While typesetting inline math on org, I usually just use $$ and proceed, and the latex interpreter interprets it as latex math and the...
It seems that the blocks created by this package cause lists to stop when exporting, as well as generally leaving empty lines after the content in the exported file. Would...
I want to have python snippets in org thus: ``` #+begin_PYT def foo(x): # Some python code #+end_PYT ``` where `PYT` is a latex environment for python code using (say)...
Exporting to LaTeX using `org-beamer` does not work. This is because `beamer` as a backend is not provided for. This could easily be solved by changing lines like `(equal backend...
Hello there, and thanks for keeping up your work on `org-special-block-extras`! I have not been using it for a while since I wasn’t preparing presentations using `org-beamer`, but now I...
Hi, Some javascript and css gets blocked by ublock. https://github.com/alhassy/org-special-block-extras/assets/43095157/422ff78a-6f9c-44c5-8fa8-f785c70cc764 ## I suspect the issue is at https://github.com/alhassy/org-special-block-extras/blob/18d754d8491aa41104a309c3161576bee15e42f6/org-special-block-extras.el#L168 This can be solved by having these embedded or letting the user...
Packages in [`NonGNU Elpa`](https://elpa.nongnu.org/) can only depend on packages in core Emacs, [`GNU Elpa`](https://elpa.gnu.org/), and `NonGNU Elpa`. As such, currently, no package that depends on `org-special-block-extras` can be included in...