emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] typo in org-e-ascii.el


From: Achim Gratz
Subject: [O] [PATCH] typo in org-e-ascii.el
Date: Sun, 22 Jul 2012 21:07:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

diff --git a/contrib/lisp/org-e-ascii.el b/contrib/lisp/org-e-ascii.el
index 1851273..a9551af 100644
--- a/contrib/lisp/org-e-ascii.el
+++ b/contrib/lisp/org-e-ascii.el
@@ -1100,7 +1100,7 @@ (defun org-e-ascii-horizontal-rule (horizontal-rule 
contents info)
   "Transcode an HORIZONTAL-RULE  object from Org to ASCII.
 CONTENTS is nil.  INFO is a plist holding contextual
 information."
-  (let ((width (org-export-read-attribte :attr_ascii horizontal-rule :width)))
+  (let ((width (org-export-read-attribute :attr_ascii horizontal-rule :width)))
     (make-string (or (and (wholenump width) width)
                     (org-e-ascii--current-text-width horizontal-rule info))
                 (if (eq (plist-get info :ascii-charset) 'utf-8) ?― ?-))))


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables




reply via email to

[Prev in Thread] Current Thread [Next in Thread]