manual: Rename nodes to silence Emacs name check
* doc/org-manual.org (Advanced Export Configuration): (Extracting Source Code): Rename "Hooks" subheading so that ox-texinfo does not make it unique by appending " (N)". The Emacs repo has a check for problematic characters in info nodes that flagged "Hooks (2)" (bug#52126). As mentioned in that thread, this case is actually probably not problematic because the name doesn't _start_ with "(". However, it's easy enough to sidestep the warning, and adding the extra context doesn't hurt.
This commit is contained in:
parent
c91271297d
commit
0acd2fed20
|
@ -15571,7 +15571,7 @@ for usage and configuration details.
|
|||
:DESCRIPTION: Fine-tuning the export output.
|
||||
:END:
|
||||
|
||||
*** Hooks
|
||||
*** Export hooks
|
||||
:PROPERTIES:
|
||||
:UNNUMBERED: notoc
|
||||
:END:
|
||||
|
@ -18203,7 +18203,7 @@ expanded anyway.
|
|||
#+kindex: C-c C-v f
|
||||
Choose a file to tangle. Bound to {{{kbd(C-c C-v f)}}}.
|
||||
|
||||
*** Hooks
|
||||
*** Tangle hooks
|
||||
:PROPERTIES:
|
||||
:UNNUMBERED: notoc
|
||||
:END:
|
||||
|
|
Loading…
Reference in New Issue