Dear Elias and all,
> In section 2.7 on p. 14--15 in the full manual for Org-mode the key commands
> is typeset in serif while all the other key commands in the manual is typeset
> in mono space fonts.
I think this is caused by "@table @asis" at L.1645 in doc/org.texi.
When I change it to "@table @kbd", it looks good.
But my suggestion is that the @table section is separated as follows:
*** 1664,1670 ****
variable @code{org-M-RET-may-split-line}.}. If this command is executed
@emph{before item's body}, the new item is created @emph{before} the current
one.
! diff@kindex M-S-@key{RET}
@item M-S-@key{RET}
Insert a new item with a checkbox (@pxref{Checkboxes}).
@kindex S-@key{down}
--- 1664,1673 ----
variable @code{org-M-RET-may-split-line}.}. If this command is executed
@emph{before item's body}, the new item is created @emph{before} the current
one.
! @end table
!
! @table @kbd
! @kindex M-S-@key{RET}
@item M-S-@key{RET}
Insert a new item with a checkbox (@pxref{Checkboxes}).
@kindex S-@key{down}
Best regards,
Takaaki Ishikawa