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)
|
(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)))
|
||||||
|
|||||||
Reference in New Issue
Block a user