Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2019-05-09 22:01:13 +02:00
commit d79e80fc4a
1 changed files with 159 additions and 158 deletions

View File

@ -12484,6 +12484,7 @@ Returns the new tags string, or nil to not change the current settings."
" "
(make-string (- org-tags-column (current-column)) ?\ ))))))
(move-overlay org-tags-overlay ov-start ov-end)
(save-excursion
(save-window-excursion
(if expert
(set-buffer (get-buffer-create " *Org tags*"))
@ -12645,7 +12646,7 @@ Returns the new tags string, or nil to not change the current settings."
(delete-overlay org-tags-overlay)
(if rtn
(mapconcat 'identity current ":")
nil))))
nil)))))
(defun org-make-tag-string (tags)
"Return string associated to TAGS.