ox-ascii: Minor fixes

* lisp/ox-ascii.el (ascii): Remove inexistant function.
This commit is contained in:
Nicolas Goaziou 2013-04-21 23:51:54 +02:00
parent 648e2a1b95
commit 37f94d235d
1 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,6 @@
(export-block . org-ascii-export-block)
(export-snippet . org-ascii-export-snippet)
(fixed-width . org-ascii-fixed-width)
(footnote-definition . org-ascii-footnote-definition)
(footnote-reference . org-ascii-footnote-reference)
(headline . org-ascii-headline)
(horizontal-rule . org-ascii-horizontal-rule)
@ -1147,7 +1146,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
;;;; Footnote Definition
;; Footnote Definitions are ignored. They are compiled at the end of
;; the document, by `org-ascii-template'.
;; the document, by `org-ascii-inner-template'.
;;;; Footnote Reference