浏览代码

Merge branch 'maint'

Nicolas Goaziou 9 年之前
父节点
当前提交
0f512848ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -2835,7 +2835,7 @@ INFO is a plist holding contextual information.  See
 	 (desc (org-string-nw-p desc))
 	 (path
 	  (cond
-	   ((member type '("http" "https" "ftp" "mailto"))
+	   ((member type '("http" "https" "ftp" "mailto" "news"))
 	    (org-link-escape-browser
 	     (org-link-unescape (concat type ":" raw-path))))
 	   ((string= type "file")