Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-04-28 16:51:59 +02:00
commit 20e701e1df
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ HOW determines the type of justification: it can be `left',
Empty lines are not indented."
(when (stringp s)
(replace-regexp-in-string
"\\(^\\)\\(?:.*\\S-\\)" (make-string width ? ) s nil nil 1)))
"\\(^\\)[ \t]*\\S-" (make-string width ?\s) s nil nil 1)))
(defun org-ascii--box-string (s info)
"Return string S with a partial box to its left.