mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-13 16:38:24 +00:00
ox-ascii: Minor fixes
* lisp/ox-ascii.el (ascii): Remove inexistant function.
This commit is contained in:
parent
648e2a1b95
commit
37f94d235d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user