Browse Source

Merge branch 'maint'

Nicolas Goaziou 8 năm trước cách đây
mục cha
commit
61c81e8255
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/ox-md.el

+ 1 - 1
lisp/ox-md.el

@@ -240,7 +240,7 @@ a communication channel."
 		    (format "<a id=\"%s\"></a>"
 			    (or (org-element-property :CUSTOM_ID headline)
 				(org-export-get-reference headline info))))))
-	  (concat (org-md--headline-title style level title anchor tags)
+	  (concat (org-md--headline-title style level heading anchor tags)
 		  contents)))))))