Hello Richard,
Puneeth Chaganti created
https://github.com/GlPortal/glportal_website/blob/master/plugins/orgmode/init.el
(L 111-128).
Which works good but sadly it is not possible to use macros inside of the org
source blocks.
We are currently looking for a solution.
Regards
Henry
Hi Henry,
Henry Hirsch writes:
> So how can org mode support wrapping sections in html?
> Especially for more complex cases where a section or
> multiple sections will be wrapped in multiple divs.
You can do this with an export filter or filters. See the "Advanced
Configuration" section in the
Hello,
When the following code snippet is exported to html the
jumbotron section is not wrapped in the jumbotron class but
the jumbotron div is in another section and the closing div
is in the content of my jumbotron.
* Another Section
#+BEGIN_HTML
#+END_HTML
* content of my jumbotron
This tex