Переглянути джерело

ox-html.el (org-html-link): Fix handling of abbreviated links which include a file: protocol

* ox-html.el (org-html-link): Fix handling of abbreviated
links which include a file: protocol.

Before the patch, exporting this buffer does not export the link correctly:

#+LINK: test file:my.file::%s

[[test::search]]
Bastien Guerry 12 роки тому
батько
коміт
d660979a0e
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      lisp/ox-html.el

+ 2 - 1
lisp/ox-html.el

@@ -2518,7 +2518,8 @@ INFO is a plist holding contextual information.  See
 			      (org-element-property :path link) option)))
 			(and numbers (concat "#sec-"
 					     (mapconcat 'number-to-string
-							numbers "-")))))))))
+							numbers "-"))))))
+		    (t raw-path))))
 	   (t raw-path)))
 	 attributes protocol)
     ;; Extract attributes from parent's paragraph. HACK: Only do this