From 41224db0cbef6f8bdfe857e1f971e374e047f790 Mon Sep 17 00:00:00 2001 From: IGARASHI Masanao Date: Sun, 11 Jan 2015 19:10:25 +0900 Subject: [PATCH] Rename from org-ascii--justify-string to org-ascii--justify-lines. fix #6 --- ox-rst.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-rst.el b/ox-rst.el index 3247d09..1f9e785 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -1500,7 +1500,7 @@ a communication channel." (let* ((indent-tabs-mode nil) (data (when contents - (org-ascii--justify-string + (org-ascii--justify-lines contents width (org-export-table-cell-alignment table-cell info))))) (setq contents (concat data