Hello,

Achim Gratz <strom...@nexgo.de> writes:

> 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) ?― ?-))))
>

Applied. Thank you.


Regards,

-- 
Nicolas Goaziou

Reply via email to