Greg Minshall writes:
> hi. this adds the minimal mention of transpose. cheers.
Thanks. Could you add a commit message to the patch (using
git-format-patch)?
> diff --git a/doc/org-manual.org b/doc/org-manual.org
> index 040fccc21..33d32b8f5 100644
> --- a/doc/org-manual.org
> +++ b/doc/org-manual.org
> @@ -1649,6 +1649,12 @@ you, configure the option ~org-table-auto-blank-field~.
> the buffer. You can activate this minor mode by default by setting
> the option ~org-table-header-line-p~ to ~t~.
>
> +- {{{kbd(M-x org-table-transpose-table-at-point)}}} ::
> +
> + #+findex: org-table-header-line-mode
> + #+vindex: org-table-header-line-p
It looks like the last two lines are leftover from pasting the previous
entry. s/header-line-mode/transpose-table-at-point/ and drop the
org-table-header-line-p line?
> + Transpose the table at point and eliminate hlines.
> +