branch: externals/org
commit 2d6a2c10c126ca662bcf16451057f08bddbcfeab
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    doc/org-manual.org (Images in HTML export): Mention 
org-html-inline-image-rules
    
    Link: https://orgmode.org/list/87a51ftab4.fsf@localhost
---
 doc/org-manual.org | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index e5c8af781b..c438eab416 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -13816,11 +13816,13 @@ backend by default in-lines that image.  For example:
 =the image=.  For more details, see the variable
 ~org-html-inline-images~.
 
+#+vindex: org-html-inline-image-rules
 On the other hand, if the description part of the Org link is itself
-another link, such as =file:= or =https:= URL pointing to an image, the
-HTML export backend in-lines this image and links to the main image.
-This Org syntax enables the backend to link low-resolution thumbnail
-to the high-resolution version of the image, as shown in this example:
+another link, such as =file:= or =https:= URL pointing to an image
+(the exact rule is defined in ~org-html-inline-image-rules~), the HTML
+export backend in-lines this image and links to the main image.  This
+Org syntax enables the backend to link low-resolution thumbnail to the
+high-resolution version of the image, as shown in this example:
 
 : [[file:highres.jpg][file:thumb.jpg]]
 

Reply via email to