From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: make doc fails on current head Date: Thu, 31 May 2012 17:58:12 -0400 Message-ID: <8092.1338501492@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaDO2-0002Uz-LO for emacs-orgmode@gnu.org; Thu, 31 May 2012 17:58:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaDO1-0006HX-0q for emacs-orgmode@gnu.org; Thu, 31 May 2012 17:58:30 -0400 Received: from g4t0014.houston.hp.com ([15.201.24.17]:4577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaDO0-0006FS-SC for emacs-orgmode@gnu.org; Thu, 31 May 2012 17:58:28 -0400 In-Reply-To: Message from Michael Brand of "Thu, 31 May 2012 19:32:12 +0200." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Brand Cc: Bastien , Org Mode Mailing List Michael Brand wrote: > Hi Bastien > > On Thu, May 31, 2012 at 5:21 PM, Jonathan Leech-Pepin > wrote: > > If I revert to =git checkout HEAD~1= make doc succeeds as it had previously. > > Funny that just out of curiosity and without any suspicion I came > across this regression of one of the org.texi lines written by me. The > intention of your change > > -$3 = remote(FOO, @@@@#$2) @r{copy column 2 from table FOO into} > +$3 = remote(FOO, @@@#$2) @r{copy column 2 from table FOO into} > > maybe was > > +$3 = remote(FOO, @@#$2) @r{copy column 2 from table FOO into} > > but I can confirm that it should really compile to @@#$2 and not to > @#$2 or something else. > > I'll think about if for this Org TBLFM expression I can find a less > confusing alternative for the texi domain. :-) > Just to make sure, you are saying that commit 4144c55ec78a4fdf246c64a4130f807eec50a913 should be reverted - the four @ signs in org.texi produce two @ signs in the produced info file, and that's the way the info file should be. Do I undertand correctly? Thanks, Nick