Re: [Orgmode] [Patch] file protocol in HTML links

2010-05-27 Thread Carsten Dominik
Hi Sebastian, can you then please make a patch that reverts the incorrect fix and installs your better version? Against the current master? Thanks! - Carsten On May 26, 2010, at 11:51 AM, Sebastian Rose wrote: Sebastian Rose sebastian_r...@gmx.de writes: The appended patch removes the

Re: [Orgmode] [Patch] file protocol in HTML links

2010-05-27 Thread Carsten Dominik
On May 27, 2010, at 11:34 PM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, can you then please make a patch that reverts the incorrect fix and installs your better version? Against the current master? Hi Carsten, I saw you applied the patch.

Re: [Orgmode] [Patch] file protocol in HTML links

2010-05-27 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, can you then please make a patch that reverts the incorrect fix and installs your better version? Against the current master? Hi Carsten, I saw you applied the patch. There is nothing I'd want to remove in the code, as it is

[Orgmode] [Patch] file protocol in HTML links

2010-05-26 Thread Sebastian Rose
The appended patch removes the protocol part from link URIs, if the protocol is file. Neccessary, to show images again and make links work. diff --git a/lisp/org-html.el b/lisp/org-html.el index d5f4775..8f7d0f3 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -640,7 +640,7 @@ MAY-INLINE-P

Re: [Orgmode] [Patch] file protocol in HTML links

2010-05-26 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: The appended patch removes the protocol part from link URIs, if the protocol is file. Neccessary, to show images again and make links work. diff --git a/lisp/org-html.el b/lisp/org-html.el index d5f4775..8f7d0f3 100644 --- a/lisp/org-html.el +++