From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: make doc fails on current head Date: Thu, 31 May 2012 19:32:12 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa9ER-000561-Sx for emacs-orgmode@gnu.org; Thu, 31 May 2012 13:32:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sa9EN-00057Z-LW for emacs-orgmode@gnu.org; Thu, 31 May 2012 13:32:19 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:64369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa9EN-00056z-Cq for emacs-orgmode@gnu.org; Thu, 31 May 2012 13:32:15 -0400 Received: by wibhm14 with SMTP id hm14so871350wib.12 for ; Thu, 31 May 2012 10:32:12 -0700 (PDT) In-Reply-To: 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: Bastien Cc: Org Mode Mailing List 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. :-) Michael