From 9edb523bdd65c8ac613d57ad8ff718da88b88cae Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Mon, 14 Nov 2011 01:49:15 +0530 Subject: [PATCH] org-xhtml.el: Merge commit 2f50b1 --- contrib/lisp/org-xhtml.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-xhtml.el b/contrib/lisp/org-xhtml.el index 1e695f188..40ef5715e 100644 --- a/contrib/lisp/org-xhtml.el +++ b/contrib/lisp/org-xhtml.el @@ -816,8 +816,8 @@ ATTR is a string of other attributes of the \"a\" element." (defun org-xhtml-format-inline-image (desc) ;; FIXME: alt text missing here? - (org-xhtml-format-tags "\"\"/" "" desc)) - + (org-xhtml-format-tags + "\"%s\"/" "" desc (file-name-nondirectory desc))) ;; FIXME: the org-lparse defvar belongs to org-lparse.el (defvar org-lparse-link-description-is-image)