[O] ox-md generates .html links to other org files.

2014-02-12 Thread Mark Janssen
When exporting org files to .md files using the ox-md.el backend, links like [[file:other-file.org]] are translated to other-file.html. I would expect this to be other-file.md instead. As it stands exporting multiple files to markdown doesn't allow easy interlinking between them. This can be worke

Re: [O] Mismatch in url escaping between org and exported html

2014-02-11 Thread Mark Janssen
On Tue, Feb 11, 2014 at 11:10 AM, Bastien wrote: > Hi Mark, > > it has been fixed in the master branch by Rick, I've cherry-picked the > change in the maint branch so that it will be part of the next minor > release. > > Thanks, > > Hi Bastien and Rick, Thanks for the great support. -- Mark

Re: [O] Mismatch in url escaping between org and exported html

2014-02-10 Thread Mark Janssen
On Mon, Feb 10, 2014 at 12:06 PM, Bastien wrote: > Hi Mark, > > Mark Janssen writes: > > > If I insert a http:// link containing question marks, the verbatim > > link being inserted in the org document has the question mark > > escaped. > > I can't repr

Re: [O] Mismatch in url escaping between org and exported html

2014-02-10 Thread Mark Janssen
On Sun, Feb 9, 2014 at 11:07 PM, Mark Janssen wrote: > > >> > Seems (setq org-url-hexify-p nil) will give me the required behavior. > > Mark > > This didn't work, so I investigated a bit further. Because the = sign is included in org-link-escape-chars, the org-

Re: [O] Mismatch in url escaping between org and exported html

2014-02-09 Thread Mark Janssen
On Sun, Feb 9, 2014 at 9:56 PM, Mark Janssen wrote: > Hello list, > > If I insert a http:// link containing question marks, the verbatim link > being inserted in the org document has the question mark escaped. > > > Seems (setq org-url-hexify-p nil) will give me the required behavior. Mark

[O] Mismatch in url escaping between org and exported html

2014-02-09 Thread Mark Janssen
Hello list, If I insert a http:// link containing question marks, the verbatim link being inserted in the org document has the question mark escaped. For example the link http://mpcjanssen.nl/fossil/simpletask/tktview?name=ee0504fc8c is actually inserted as: [[http://mpcjanssen.nl/fossil/simpl