From 37f94d235db13295aa54bb59bbf77a8fbc8a5195 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 21 Apr 2013 23:51:54 +0200 Subject: [PATCH] ox-ascii: Minor fixes * lisp/ox-ascii.el (ascii): Remove inexistant function. --- lisp/ox-ascii.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el index 2191539bf..bdc54b220 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 -- 2.11.4.GIT