[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 1ff72e0918 2/8: doc/org-manual.org: Fix some obsole
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 1ff72e0918 2/8: doc/org-manual.org: Fix some obsolete variable names |
Date: |
Mon, 12 Feb 2024 09:58:31 -0500 (EST) |
branch: externals/org
commit 1ff72e0918a5dc8c06aff6252546ef02ce0246c9
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
doc/org-manual.org: Fix some obsolete variable names
* doc/org-manual.org (Export hooks): Use the new
`org-export-before-processing-functions' and
`org-export-before-parsing-functions' instead of their obsolete
aliases.
---
doc/org-manual.org | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 39d6f46a18..1ec36891c6 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -16420,12 +16420,14 @@ for usage and configuration details.
:END:
#+vindex: org-export-before-processing-hook
+#+vindex: org-export-before-processing-functions
#+vindex: org-export-before-parsing-hook
The export process executes two hooks before the actual exporting
-begins. The first hook, ~org-export-before-processing-hook~, runs
-before any expansions of macros, Babel code, and include keywords in
-the buffer. The second hook, ~org-export-before-parsing-hook~, runs
-before the buffer is parsed.
+begins. The first hook, ~org-export-before-processing-functions~,
+runs before any expansions of macros, Babel code, and include keywords
+in the buffer. The second hook,
+~org-export-before-parsing-functions~, runs before the buffer is
+parsed.
Functions added to these hooks are called with a single argument: the
export backend actually used, as a symbol. You may use them for
@@ -16444,7 +16446,7 @@ BACKEND is the export backend being used, as a symbol."
;; the docstring of `org-map-entries' for details.
(setq org-map-continue-from (point)))))
-(add-hook 'org-export-before-parsing-hook #'my-headline-removal)
+(add-hook 'org-export-before-parsing-functions #'my-headline-removal)
#+end_src
*** Filters
- [elpa] externals/org updated (6ff0de5c3e -> 38dd882685), ELPA Syncer, 2024/02/12
- [elpa] externals/org f9fc9d95c7 5/8: org-export-as: Add reference to export flow in the manual, ELPA Syncer, 2024/02/12
- [elpa] externals/org a70f216e3f 6/8: doc/org-manual.org (Summary of the export process): Reference `org-export-as', ELPA Syncer, 2024/02/12
- [elpa] externals/org 38dd882685 8/8: org-ctags: Fix regexp to not break radio-target links, ELPA Syncer, 2024/02/12
- [elpa] externals/org 46cf76259c 3/8: doc/org-manual.org: Describe export flow, ELPA Syncer, 2024/02/12
- [elpa] externals/org 1ff72e0918 2/8: doc/org-manual.org: Fix some obsolete variable names,
ELPA Syncer <=
- [elpa] externals/org 1087a7b4af 4/8: doc/org-manual.org: Add link to WORG export reference page, ELPA Syncer, 2024/02/12
- [elpa] externals/org 5cbaa87473 7/8: doc/org-manual.org (Include Files): Add link to export flow, ELPA Syncer, 2024/02/12
- [elpa] externals/org cf7ef80a13 1/8: org-manual: Undocument `org-fast-tag-selection-include-todo', ELPA Syncer, 2024/02/12