[O] [PATCH] * org-html.el (org-html-make-link): correct a bug in coderef link.

2011-04-12 Thread Manuel Giraud
--- lisp/org-html.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 58fbc05..5d53478 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -826,7 +826,8 @@ MAY-INLINE-P allows inlining it as an image. (not

Re: [O] [PATCH] * org-html.el (org-html-make-link): correct a bug in coderef link.

2011-04-12 Thread Jambunathan K
Quick feedback. Applied the patch to my workarea. My example (which was stolen from Orgmode manual) gets exported just fine. Jambunathan K. Manuel Giraud manuel.gir...@univ-nantes.fr writes: --- lisp/org-html.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git