arongile

Results 1 issues of arongile

Consider some latex derived backend: ```emacs-lisp (org-export-define-derived-backend 'mybackend 'latex ;; implementation detail ... ) ``` And a custom special block `myblock` to go with it ```emacs-lisp (defblock myblock (when (or...

documentation
good first issue