Re: [O] Bug: Custom id taken into account with html, but not with markdown, exports [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-21 Thread Nicolas Goaziou
Hello, Denis Bitouzé writes: > BTW, do you agree with the other issue I reported: > > #+begin_src org > - A [[/rootsite/somepage/][(relative) page]]. > - A [[/rootsite/somepage][(relative) page]]. > #+end_src > > is exported as: > >

Re: [O] Bug: Custom id taken into account with html, but not with markdown, exports [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-21 Thread Denis Bitouzé
Le 21/09/15 à 08h30, Nicolas Goaziou a écrit : > Hello, > > Denis Bitouzé writes: > >> BTW, do you agree with the other issue I reported: >> >> #+begin_src org >> - A [[/rootsite/somepage/][(relative) page]]. >> - A

[O] Bug: Custom id taken into account with html, but not with markdown, exports [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-20 Thread Denis Bitouzé
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: Custom id taken into account with html, but not with markdown, exports [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-20 Thread Denis Bitouzé
Le 20/09/15 à 23h01, Nicolas Goaziou a écrit : > Hello, Hello, > dbito...@wanadoo.fr (Denis Bitouzé) writes: > >> When the following org mode file: >> >> #+begin_src org >> * Heading with custom id >> :PROPERTIES: >> :CUSTOM_ID: custom-id-heading >> :END: >> >> See

Re: [O] Bug: Custom id taken into account with html, but not with markdown, exports [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-20 Thread Nicolas Goaziou
Hello, dbito...@wanadoo.fr (Denis Bitouzé) writes: > When the following org mode file: > > #+begin_src org > * Heading with custom id > :PROPERTIES: > :CUSTOM_ID: custom-id-heading > :END: > > See [[#custom-id-heading][heading with custom id]]. > #+end_src > > is exported to html, the org mode