From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Achim Gratz <Stromeko@nexgo.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] typo in org-e-ascii.el
Date: Mon, 23 Jul 2012 09:44:47 +0200 [thread overview]
Message-ID: <87fw8i2a6o.fsf@gmail.com> (raw)
In-Reply-To: <87a9yrlim5.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 22 Jul 2012 21:07:46 +0200")
Hello,
Achim Gratz <Stromeko@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
prev parent reply other threads:[~2012-07-23 7:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-22 19:07 [PATCH] typo in org-e-ascii.el Achim Gratz
2012-07-23 7:44 ` Nicolas Goaziou [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fw8i2a6o.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=Stromeko@nexgo.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.