diff options
| author | Stefan Monnier | 2024-03-03 22:09:24 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2024-03-03 22:09:24 -0500 |
| commit | 445f376e4e613ebee94d2844926269bfa8793858 (patch) | |
| tree | d75d7ea7351fb7fddb63f24fa1aa220ce49e7727 /doc/misc | |
| parent | 1a37fe3a66930bb8151a29c722dbe3bebc20d033 (diff) | |
| download | emacs-445f376e4e613ebee94d2844926269bfa8793858.tar.gz emacs-445f376e4e613ebee94d2844926269bfa8793858.zip | |
Revert "ox-texinfo:: Require only TEXINFO_DIR_CATEGORY"
This reverts commit 5254c582efb3e7171e955dde653e7530d2d3ffef.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/org.org | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/misc/org.org b/doc/misc/org.org index f4590525892..05ab5b36ca0 100644 --- a/doc/misc/org.org +++ b/doc/misc/org.org | |||
| @@ -15322,18 +15322,11 @@ the general options (see [[*Export Settings]]). | |||
| 15322 | 15322 | ||
| 15323 | #+cindex: @samp{TEXINFO_DIR_TITLE}, keyword | 15323 | #+cindex: @samp{TEXINFO_DIR_TITLE}, keyword |
| 15324 | The directory title of the document. | 15324 | The directory title of the document. |
| 15325 | This is the short name under which the ~m~ command will find your | ||
| 15326 | manual in the main Info directory. It defaults to the base name of | ||
| 15327 | the Texinfo file. | ||
| 15328 | |||
| 15329 | If you need more control, it can also be the full entry using the | ||
| 15330 | syntax ~* TITLE: (FILENAME).~. | ||
| 15331 | 15325 | ||
| 15332 | - =TEXINFO_DIR_DESC= :: | 15326 | - =TEXINFO_DIR_DESC= :: |
| 15333 | 15327 | ||
| 15334 | #+cindex: @samp{TEXINFO_DIR_DESC}, keyword | 15328 | #+cindex: @samp{TEXINFO_DIR_DESC}, keyword |
| 15335 | The directory description of the document. | 15329 | The directory description of the document. |
| 15336 | Defaults to the title of the document. | ||
| 15337 | 15330 | ||
| 15338 | - =TEXINFO_PRINTED_TITLE= :: | 15331 | - =TEXINFO_PRINTED_TITLE= :: |
| 15339 | 15332 | ||
| @@ -15429,7 +15422,7 @@ Here is an example that writes to the Info directory file: | |||
| 15429 | 15422 | ||
| 15430 | #+begin_example | 15423 | #+begin_example |
| 15431 | ,#+TEXINFO_DIR_CATEGORY: Emacs | 15424 | ,#+TEXINFO_DIR_CATEGORY: Emacs |
| 15432 | ,#+TEXINFO_DIR_TITLE: Org Mode | 15425 | ,#+TEXINFO_DIR_TITLE: Org Mode: (org) |
| 15433 | ,#+TEXINFO_DIR_DESC: Outline-based notes management and organizer | 15426 | ,#+TEXINFO_DIR_DESC: Outline-based notes management and organizer |
| 15434 | #+end_example | 15427 | #+end_example |
| 15435 | 15428 | ||
| @@ -15837,7 +15830,7 @@ Texinfo code. | |||
| 15837 | ,#+TEXINFO_HEADER: @syncodeindex pg cp | 15830 | ,#+TEXINFO_HEADER: @syncodeindex pg cp |
| 15838 | 15831 | ||
| 15839 | ,#+TEXINFO_DIR_CATEGORY: Texinfo documentation system | 15832 | ,#+TEXINFO_DIR_CATEGORY: Texinfo documentation system |
| 15840 | ,#+TEXINFO_DIR_TITLE: sample | 15833 | ,#+TEXINFO_DIR_TITLE: sample: (sample) |
| 15841 | ,#+TEXINFO_DIR_DESC: Invoking sample | 15834 | ,#+TEXINFO_DIR_DESC: Invoking sample |
| 15842 | 15835 | ||
| 15843 | ,#+TEXINFO_PRINTED_TITLE: GNU Sample | 15836 | ,#+TEXINFO_PRINTED_TITLE: GNU Sample |