Add org-mode support for internal links (incl. update documentation)
Similar to the problem with image url's, the url's of internal link are also not handled well by ox-html for correct use with nikola. I copied and slightly the solution for handling image urls so that internal urls will also be handled correctly now with org-mode.
In addition to changing the implementing the code I updated the documentation in the README file for the plugin.
I have implemented your suggestions/requirements for accepting the pull request
I don’t know anything about org-mode, but could you show a more specific case where this style of linking would actually be useful? Can’t you just use links like 'foo.jpg' and get the correct output? And as for the part with .org specifically, why would you want to use that?