[org] fix type error

This commit is contained in:
contrapunctus 2021-02-16 14:26:43 +05:30
parent 382b5afb62
commit 0f112d8b70
1 changed files with 2 additions and 1 deletions

View File

@ -241,7 +241,8 @@ BUG - improper behaviour with checkboxes.
(org-back-to-heading)
(org-set-tags
(completing-read-multiple
"Tag: " all-tags nil 'confirm current-tags
"Tag: " all-tags nil 'confirm
(mapconcat #'identity current-tags ",")
'org-tags-history)))))
(use-package org-indent