Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2019-12-16 23:01:45 -05:00
commit a95f49c1f0
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
(interactive "MScreen name: ")
(save-excursion
(org-screen-helper name "-S"))
(insert-string (concat "[[screen:" name "]]")))
(insert (concat "[[screen:" name "]]")))
(defun org-screen-buffer-name (name)
"Returns the buffer name corresponding to the screen name given."