Re: [O] backslashchar in texinfo

2013-01-07 Thread Andy Moreton
On 06/01/2013 20:20, Bastien wrote: Hi Andy, Andy Moreton writes: This still appears to be broken in emacs trunk - could you please update the org manual there to fix this too ? This has been fixed in the emacs-24 branch and will be merged into trunk soon. Thanks for sorting this out,

Re: [O] backslashchar in texinfo

2013-01-06 Thread Bastien
Hi Andy, Andy Moreton writes: > This still appears to be broken in emacs trunk - could you please update > the org manual there to fix this too ? This has been fixed in the emacs-24 branch and will be merged into trunk soon. http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-24&id=7c68

Re: [O] backslashchar in texinfo

2013-01-06 Thread Andy Moreton
On Sun 06 Jan 2013, Bastien wrote: > Hi Takaaki, > > Takaaki ISHIKAWA writes: > >> I found two build errors in the latest org manual(HEAD of git). >> >> 1. Using ``@backslashcar{}'' command in texinfo(L5114). >> 2. Missing ``@''(L3091). > > Thanks for reporting this! > >> The texinfo command was

Re: [O] backslashchar in texinfo

2013-01-06 Thread Takaaki ISHIKAWA
Hi Bastien, >> Could you change the line 3091 from ``@item'' to ``@item @@'' by hand? > > I think it should be @item, to mean "no special char in this table > line." Or am I missing something? Oh, I was so wrong. Please keep it as ``@item''. Thanks. >> I don't know why my patch was not generat

Re: [O] backslashchar in texinfo

2013-01-05 Thread Bastien
Hi Takaaki, sorry, I didn't see the patch in your previous email. Takaaki ISHIKAWA writes: > Could you change the line 3091 from ``@item'' to ``@item @@'' by hand? I think it should be @item, to mean "no special char in this table line." Or am I missing something? > I don't know why my patch

Re: [O] backslashchar in texinfo

2013-01-05 Thread Takaaki ISHIKAWA
Hi Bastien, Could you change the line 3091 from ``@item'' to ``@item @@'' by hand? I don't know why my patch was not generated correctly. Best, Takaaki On 2013/01/06, at 14:19, Bastien wrote: > Hi Takaaki, > > Takaaki ISHIKAWA writes: > >> I found two build errors in the latest org manual(H

Re: [O] backslashchar in texinfo

2013-01-05 Thread Bastien
Hi Takaaki, Takaaki ISHIKAWA writes: > I found two build errors in the latest org manual(HEAD of git). > > 1. Using ``@backslashcar{}'' command in texinfo(L5114). > 2. Missing ``@''(L3091). Thanks for reporting this! > The texinfo command was introduced at the version 4.14, > see http://permal

[O] backslashchar in texinfo

2013-01-05 Thread Takaaki ISHIKAWA
Dear all, I found two build errors in the latest org manual(HEAD of git). 1. Using ``@backslashcar{}'' command in texinfo(L5114). 2. Missing ``@''(L3091). The texinfo command was introduced at the version 4.14, see http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/51827. I think the comm