From 6182ad59028a552a034b65acdaf2475c3cb1094a Mon Sep 17 00:00:00 2001 From: IGARASHI Masanao Date: Fri, 26 Jun 2015 08:58:53 +0900 Subject: [PATCH] Get rid of format --- ox-rst.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-rst.el b/ox-rst.el index 761740b..4ecef05 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -1263,7 +1263,7 @@ holding contextual information." (org-rst--indent-string contents org-rst-quote-margin)))) (t (concat - (format "::\n") + "::\n" (when class (format " :class: %s\n" class)) (when label (format " :name: %s\n" label)) "\n"