Rename from org-ascii--justify-string to org-ascii--justify-lines. fix #6

This commit is contained in:
IGARASHI Masanao
2015-01-11 19:10:25 +09:00
parent 43a7e74636
commit 41224db0cb

View File

@@ -1500,7 +1500,7 @@ a communication channel."
(let* ((indent-tabs-mode nil) (let* ((indent-tabs-mode nil)
(data (data
(when contents (when contents
(org-ascii--justify-string (org-ascii--justify-lines
contents width contents width
(org-export-table-cell-alignment table-cell info))))) (org-export-table-cell-alignment table-cell info)))))
(setq contents (concat data (setq contents (concat data