From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manuel Giraud Subject: [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images Date: Tue, 19 Apr 2011 10:34:49 +0200 Message-ID: <1303202089-27231-1-git-send-email-manuel.giraud@univ-nantes.fr> Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QC6Oz-0003xo-QY for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 04:35:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QC6Oy-0001HQ-UJ for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 04:35:17 -0400 Received: from smtp-tls1.univ-nantes.fr ([193.52.101.145]:56965 helo=smtp-tls.univ-nantes.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QC6Oy-0001HD-OF for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 04:35:16 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Manuel Giraud --- lisp/org-html.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 5d53478..7a4564d 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") -- 1.7.3.5