From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] typo in org-e-ascii.el Date: Mon, 23 Jul 2012 09:44:47 +0200 Message-ID: <87fw8i2a6o.fsf@gmail.com> References: <87a9yrlim5.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StDNN-0007KK-G2 for emacs-orgmode@gnu.org; Mon, 23 Jul 2012 03:48:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StDNK-0002eg-EG for emacs-orgmode@gnu.org; Mon, 23 Jul 2012 03:48:21 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:49456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StDNK-0002eX-7o for emacs-orgmode@gnu.org; Mon, 23 Jul 2012 03:48:18 -0400 Received: by wibhq4 with SMTP id hq4so2142526wib.12 for ; Mon, 23 Jul 2012 00:48:17 -0700 (PDT) In-Reply-To: <87a9yrlim5.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 22 Jul 2012 21:07:46 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org Hello, Achim Gratz 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 :wi= dth))) > + (let ((width (org-export-read-attribute :attr_ascii horizontal-rule :w= idth))) > (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) ?=E2=80=95 ?-)))) > Applied. Thank you. Regards, --=20 Nicolas Goaziou