From 0d03902698a79cd5da802959404120e07665485f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= Date: Sat, 9 Oct 2021 16:48:34 +0300 Subject: [PATCH 71/76] Deprecate org-texinfo--normalize-headlines. No alias since the functions is internal. --- lisp/ox-texinfo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el index ec01523f6..49ee119e5 100644 --- a/lisp/ox-texinfo.el +++ b/lisp/ox-texinfo.el @@ -83,7 +83,7 @@ (verse-block . org-texinfo-verse-block)) :filters-alist '((:filter-headline . org-texinfo--filter-section-blank-lines) - (:filter-parse-tree . org-texinfo--normalize-headlines) + (:filter-parse-tree . org-texinfo--normalize-headings) (:filter-section . org-texinfo--filter-section-blank-lines) (:filter-final-output . org-texinfo--untabify)) :menu-entry @@ -418,7 +418,7 @@ If two strings share the same prefix (e.g. \"ISO-8859-1\" and "Filter controlling number of blank lines after a section." (replace-regexp-in-string "\n\\(?:\n[ \t]*\\)*\\'" "\n\n" heading)) -(defun org-texinfo--normalize-headlines (tree _backend info) +(defun org-texinfo--normalize-headings (tree _backend info) "Normalize headings in TREE. BACK-END is the symbol specifying back-end used for export. -- 2.33.0