Re: [O] Fixing mailto and irc links in ox-md.el

2017-07-10 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > Subject: [PATCH] ox-md.el: Fix export of irc and mailto links > > * lisp/ox-md.el (org-md-link): Add mailto and irc to links that pass > their types through to markdown export > > See: https://github.com/larstvei/ox-gfm/issues/17 for an external

[O] Fixing mailto and irc links in ox-md.el

2017-07-09 Thread Jay Kamat
Hi! I would like to submit a patch to org mode, which fixes the behavior of mailto and irc links in markdown export. Previously, these org mode snippets: [[mailto:some.em...@server.net][Jane Doe]] [[irc:/irc.com/#emacs/bob][bob]] would export to: [Jane Doe](some.em...@server.net)