org-ruby
org-ruby copied to clipboard
In document links do not work
Org mode allows to link to another heading in the document by using bare double brackets
This links to [[Another Header]]!
* Another Header
This should come out in HTML something like
<p>This links to <a href="#org-another-header">Another Header</a>
<h1 id="org-another-header">Another Header</h1>