Remove `org-get-tags-string' (upstream commit edc159c2)
This commit is contained in:
@@ -401,8 +401,7 @@ possible. It doesn't apply to `inlinetask' elements."
|
||||
(plist-get info :with-tags)
|
||||
(let ((tag-list (org-export-get-tags element info)))
|
||||
(and tag-list
|
||||
(format ":%s:"
|
||||
(mapconcat 'identity tag-list ":"))))))
|
||||
(org-make-tag-string tag-list)))))
|
||||
(priority
|
||||
(and (plist-get info :with-priority)
|
||||
(let ((char (org-element-property :priority element)))
|
||||
|
||||
Reference in New Issue
Block a user