소스 검색

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")