浏览代码

ox-ascii: Fix quote block transcoding

* lisp/ox-ascii.el (org-ascii-quote-block): Do not fill quote block
  contents.  Just indent them.
Nicolas Goaziou 12 年之前
父节点
当前提交
99307eb786
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      lisp/ox-ascii.el

+ 1 - 5
lisp/ox-ascii.el

@@ -1462,11 +1462,7 @@ channel."
   "Transcode a QUOTE-BLOCK element from Org to ASCII.
 CONTENTS holds the contents of the block.  INFO is a plist
 holding contextual information."
-  (let ((width (org-ascii--current-text-width quote-block info)))
-    (org-ascii--indent-string
-     (org-remove-indentation
-      (org-ascii--fill-string contents width info))
-     org-ascii-quote-margin)))
+  (org-ascii--indent-string contents org-ascii-quote-margin))
 
 
 ;;;; Quote Section