0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-09-27 14:58:51 +02:00
commit f3b2b74baf

View file

@ -542,7 +542,7 @@ Empty lines are not indented."
"Return string S with a partial box to its left.
INFO is a plist used as a communication channel."
(let ((utf8p (eq (plist-get info :ascii-charset) 'utf-8)))
(format (if utf8p "╭────\n%s\n────" ",----\n%s\n`----")
(format (if utf8p "┌────\n%s\n────" ",----\n%s\n`----")
(replace-regexp-in-string
"^" (if utf8p "" "| ")
;; Remove last newline character.