emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] typo in org-e-ascii.el
Date: Mon, 23 Jul 2012 09:44:47 +0200

Hello,

Achim Gratz <address@hidden> 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

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