-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Description
According to https://github.com/novoid/lazyblorg/wiki/Orgmode-Elements#html
#+NAME: This is the caption
#+BEGIN_EXPORT html
<a href="http://Karl-Voit.at">Link to my webpage</a>
#+END_EXPORT
... results in:
<a href="http://Karl-Voit.at">Link to my webpage</a>
... without any caption/name.
Implement HTML block captions.