* [PATCH] typo in org-e-ascii.el
@ 2012-07-22 19:07 Achim Gratz
2012-07-23 7:44 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Achim Gratz @ 2012-07-22 19:07 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] typo in org-e-ascii.el
2012-07-22 19:07 [PATCH] typo in org-e-ascii.el Achim Gratz
@ 2012-07-23 7:44 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2012-07-23 7:44 UTC (permalink / raw)
To: Achim Gratz; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-23 7:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-22 19:07 [PATCH] typo in org-e-ascii.el Achim Gratz
2012-07-23 7:44 ` Nicolas Goaziou
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.