summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-04-21 23:51:54 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-04-21 23:51:54 +0200
commit37f94d235db13295aa54bb59bbf77a8fbc8a5195 (patch)
tree9337aab5063e29b0cc427ed901a3ab238d97982a
parent648e2a1b9538427bb516b005349be1fc6528bffb (diff)
downloadorg-mode-37f94d235db13295aa54bb59bbf77a8fbc8a5195.tar.gz
ox-ascii: Minor fixes
* lisp/ox-ascii.el (ascii): Remove inexistant function.
-rw-r--r--lisp/ox-ascii.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el
index 2191539..bdc54b2 100644
--- a/lisp/ox-ascii.el
+++ b/lisp/ox-ascii.el
@@ -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