emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Inconsisent typesetting of commands in the manual
@ 2011-12-25 18:12 Elias Assarsson
  2011-12-26  4:23 ` Takaaki ISHIKAWA
  0 siblings, 1 reply; 4+ messages in thread
From: Elias Assarsson @ 2011-12-25 18:12 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

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.

Regards,
Elias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Inconsisent typesetting of commands in the manual
  2011-12-25 18:12 Inconsisent typesetting of commands in the manual Elias Assarsson
@ 2011-12-26  4:23 ` Takaaki ISHIKAWA
  2011-12-26 13:26   ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Takaaki ISHIKAWA @ 2011-12-26  4:23 UTC (permalink / raw)
  To: Elias Assarsson; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Inconsisent typesetting of commands in the manual
  2011-12-26  4:23 ` Takaaki ISHIKAWA
@ 2011-12-26 13:26   ` Bastien
  2011-12-27 10:35     ` Takaaki ISHIKAWA
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2011-12-26 13:26 UTC (permalink / raw)
  To: Takaaki ISHIKAWA; +Cc: emacs-orgmode, Elias Assarsson

Dear Takaaki,

Takaaki ISHIKAWA <takaxp@ieee.org> writes:

> 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:

Thanks for the suggestion, it's a good one.  

The patch is not 100% correct though, as @table @kbd is enough to 
tell items how they should appear, so we don't need the @key{...}
in @item and @itemx anymore.  

See the diff here: http://goo.gl/AYzPJ

It's fixed now.  

Best,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Inconsisent typesetting of commands in the manual
  2011-12-26 13:26   ` Bastien
@ 2011-12-27 10:35     ` Takaaki ISHIKAWA
  0 siblings, 0 replies; 4+ messages in thread
From: Takaaki ISHIKAWA @ 2011-12-27 10:35 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode, Elias Assarsson

Hi Bastien,

I have confirmed your fix in PDF :)
Thanks!

Best regards,
Takaaki

On 2011/12/26, at 22:26, Bastien wrote:

> Dear Takaaki,
> 
> Takaaki ISHIKAWA <takaxp@ieee.org> writes:
> 
>> 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:
> 
> Thanks for the suggestion, it's a good one.  
> 
> The patch is not 100% correct though, as @table @kbd is enough to 
> tell items how they should appear, so we don't need the @key{...}
> in @item and @itemx anymore.  
> 
> See the diff here: http://goo.gl/AYzPJ
> 
> It's fixed now.  
> 
> Best,
> 
> -- 
> Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-27 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-25 18:12 Inconsisent typesetting of commands in the manual Elias Assarsson
2011-12-26  4:23 ` Takaaki ISHIKAWA
2011-12-26 13:26   ` Bastien
2011-12-27 10:35     ` Takaaki ISHIKAWA

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).