Rename from org-ascii--justify-string to org-ascii--justify-lines. fix #6
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user