Skip to content
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

Do not omit the HTML block names #11

Closed
novoid opened this issue Jun 5, 2017 · 1 comment
Closed

Do not omit the HTML block names #11

novoid opened this issue Jun 5, 2017 · 1 comment
Labels
enhancement helpwanted quickfix small change necessary to fix this

Comments

@novoid
Copy link
Owner

novoid commented Jun 5, 2017

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.

@novoid novoid added the quickfix small change necessary to fix this label Jan 2, 2019
@novoid
Copy link
Owner Author

novoid commented Oct 2, 2020

@novoid novoid closed this as completed Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement helpwanted quickfix small change necessary to fix this
Projects
None yet
Development

No branches or pull requests

1 participant