diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el index d6594a499..95ed8d95d 100644 --- a/lisp/ox-ascii.el +++ b/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