From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: [PATCH] typo in org-e-ascii.el Date: Sun, 22 Jul 2012 21:07:46 +0200 Message-ID: <87a9yrlim5.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1St1VY-0004M0-Eo for emacs-orgmode@gnu.org; Sun, 22 Jul 2012 15:08:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1St1VX-0006ze-Ai for emacs-orgmode@gnu.org; Sun, 22 Jul 2012 15:08:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:54296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1St1VX-0006z7-3L for emacs-orgmode@gnu.org; Sun, 22 Jul 2012 15:07:59 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1St1VV-0004IU-0d for emacs-orgmode@gnu.org; Sun, 22 Jul 2012 21:07:57 +0200 Received: from pd9eb306e.dip.t-dialin.net ([217.235.48.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Jul 2012 21:07:56 +0200 Received: from Stromeko by pd9eb306e.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Jul 2012 21:07:56 +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: emacs-orgmode@gnu.org 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