From 2f50b1380b4ff4ce62c05ae1a4c8aa5bb63f5178 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Tue, 19 Apr 2011 13:34:49 +0000 Subject: [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images --- lisp/org-html.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 5d5347880..7a4564d85 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -888,7 +888,8 @@ OPT-PLIST is the export options list." (if (string-match "^file:" desc) (setq desc (substring desc (match-end 0))))) (setq desc (org-add-props - (concat "") + (concat "\""") '(org-protected t)))) (cond ((equal type "internal")