From 77e66226f7670f90dc7ddab538997c0c99b15694 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Fri, 2 Mar 2012 20:59:40 +0530 Subject: [PATCH] org-e-html: Fix a typo --- EXPERIMENTAL/org-e-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXPERIMENTAL/org-e-html.el b/EXPERIMENTAL/org-e-html.el index 02ba2ef04..bb5c80d8f 100644 --- a/EXPERIMENTAL/org-e-html.el +++ b/EXPERIMENTAL/org-e-html.el @@ -1859,7 +1859,7 @@ contextual information." (let ((ref (org-find-text-property-in-string 'org-coderef line)) (num (org-find-text-property-in-string 'org-loc line))) (when num - (setq line (format "%d: %s (%s)" + (setq line (format "%d: %s (%s)" num line ref))) (when ref (setq line