From 0f112d8b70d654756a2bc2e4579f9a2e5b37f429 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 16 Feb 2021 14:26:43 +0530 Subject: [PATCH] [org] fix type error --- contrapunctus/cp-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrapunctus/cp-org.el b/contrapunctus/cp-org.el index d869ef5..76b5021 100644 --- a/contrapunctus/cp-org.el +++ b/contrapunctus/cp-org.el @@ -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