Remove `org-get-tags-string' (upstream commit edc159c2)

This commit is contained in:
Masanao Igarashi
2019-08-13 09:56:15 +09:00
parent b2b7f351e0
commit 681a501b34

View File

@@ -401,8 +401,7 @@ possible. It doesn't apply to `inlinetask' elements."
(plist-get info :with-tags) (plist-get info :with-tags)
(let ((tag-list (org-export-get-tags element info))) (let ((tag-list (org-export-get-tags element info)))
(and tag-list (and tag-list
(format ":%s:" (org-make-tag-string tag-list)))))
(mapconcat 'identity tag-list ":"))))))
(priority (priority
(and (plist-get info :with-priority) (and (plist-get info :with-priority)
(let ((char (org-element-property :priority element))) (let ((char (org-element-property :priority element)))