man: disable captions in tables

The tables don't define any captions, and ox-man outputs a `.TB` macro that
groff does not support.

Signed-off-by: Jeremy Sowden <azazel@debian.org>
This commit is contained in:
Jeremy Sowden
2024-03-02 12:37:25 +00:00
parent d8389e9721
commit e5fe18c2c2
6 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,7 @@ The message flags specify the Maildir-metadata for a message and are represented
by uppercase letters at the end of the message file name for all 'non-new'
messages, i.e. messages that live in the ~cur/~ sub-directory of a Maildir.
#+ATTR_MAN: :disable-caption t
| Flag | Meaning |
|------+------------------------------------|
| D | Draft message |
@ -67,6 +68,7 @@ messages, i.e. messages that live in the ~cur/~ sub-directory of a Maildir.
New messages (in the ~new/~ sub-directory) do not have flags encoded in their
file-name; but we *mu* uses 'N' in the ~--flags~ to represent that:
#+ATTR_MAN: :disable-caption t
| Flag | Meaning |
|------+---------|
| N | New |