From 986c4ad96ed27099b04d35d40abcd00f21046f5c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 10 Apr 2013 19:19:21 +0200 Subject: [PATCH] ox-html: Fix docstring * lisp/ox-html.el (org-html-inline-image-rules): Remove out of context part of the docstring. --- lisp/ox-html.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 83279c1e5..6ab3722ad 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -695,16 +695,9 @@ be linked only." ("http" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'") ("https" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")) "Rules characterizing image files that can be inlined into HTML. - A rule consists in an association whose key is the type of link to consider, and value is a regexp that will be matched against -link's path. - -Note that, by default, the image extension *actually* allowed -depend on the way the HTML file is processed. When used with -pdflatex, pdf, jpg and png images are OK. When processing -through dvi to Postscript, only ps and eps are allowed. The -default we use here encompasses both." +link's path." :group 'org-export-html :version "24.4" :package-version '(Org . "8.0") -- 2.11.4.GIT