Re: [O] custom link export and ox-md

2014-03-21 Thread Bastien
Hi Nick and Nicolas, can we move forward on this patch? It is good, modulo Nicolas suggestions, which seems good to me. > This raises an interesting question. What do we do with derived > back-ends? E.g., what should happen if TYPE is handled in > `org-link-protocols' for `html' but not `md'? I

Re: [O] custom link export and ox-md

2014-02-25 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > can you take a look at this patch? Thank you for the patch. Here we go. > If it looks OK, I can push it to maint. Why maint? It isn't a bugfix. > commit f820173bf514549134e8ba10a1e539cb89f6 > Author: Nick Dokos > Date: Mon Feb 24 14:31:33 2014 -0500 > >

Re: [O] custom link export and ox-md

2014-02-24 Thread Nick Dokos
Nicolas, can you take a look at this patch? If it looks OK, I can push it to maint. --8<---cut here---start->8--- commit f820173bf514549134e8ba10a1e539cb89f6 Author: Nick Dokos Date: Mon Feb 24 14:31:33 2014 -0500 Add handling of user-defined custom

Re: [O] custom link export and ox-md

2014-02-23 Thread Nick Dokos
John Peloquin writes: > Greetings, > > I'm trying to define a custom link in org mode with custom export > formatting, but I get unexpected results when exporting to markdown. > > > Minimal example: > > `minimal-init.el` > > (add-to-list 'load-path "~/.emacs.d/elpa/org-20140217") > (require 'org)