From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Accents Issues in Table formula in French. Date: Sun, 01 Feb 2015 01:08:11 +0100 Message-ID: <871tmao5n8.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHi4F-0003Dj-5m for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 19:07:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHi4B-0001JI-31 for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 19:07:11 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:38196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHi4A-0001JE-Sl for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 19:07:07 -0500 In-Reply-To: (flav's message of "Tue, 27 Aug 2013 09:59:11 +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: flav Cc: emacs-orgmode@gnu.org Hello, flav writes: > Hello, I have an issue with remote function in formula : > > #+TBLNAME: ch-mdp-aot-2013 > > |---+------+--------+-------+-------+----------+-------+----------+-----= ---+----------+--------| > | | 2013 | ao=C3=BBt | Lundi | Mardi | Mercredi | Jeudi | Vendredi= | > Samedi | Dimanche | | > > |---+------+--------+-------+-------+----------+-------+----------+-----= ---+----------+--------| > | | sem | jour | 19 | 20 | 21 | 22 | 23 | > 24 | 25 | Stotal | > | # | s33 | charge | | | 1 | 1 | 1 | > | | 3 | > > |---+------+--------+-------+-------+----------+-------+----------+-----= ---+----------+--------| > | | sem | jour | 26 | 27 | 28 | 29 | 30 | > 31 | | | > | # | s34 | charge | | 1 | | | | > | | 1 | > > |---+------+--------+-------+-------+----------+-------+----------+-----= ---+----------+--------| > | # | Mois | | | | | | | > | | 4 | > > |---+------+--------+-------+-------+----------+-------+----------+-----= ---+----------+--------| > #+TBLFM: $11=3Dvsum($4..$>>)::@>$11=3Dvsum(@<..@>>);N > > ***** ch-mdp-total-2013 > #+TBLNAME: ch-mdp-total > |-------+--------| > | mois | charge | > |-------+--------| > | ao=C3=BBt | 3 | > |-------+--------| > | total | 3 | > |-------+--------| > #+TBLFM: @2$2=3Dremote(ch-mdp-aot-2013, @>$>)::@>$2=3Dvsum(@<<..@>>) > > > give me : when I update : > > #+TBLNAME: ch-mdp-total > |-------+--------| > | mois | charge | > |-------+--------| > | ao=C3=BBt | #ERROR | > |-------+--------| > | total | #ERROR | > |-------+--------| > #+TBLFM: @2$2=3Dremote(ch-mdp-aot-2013, @>$>)::@>$2=3Dvsum(@<<..@>>) > > debug formula : > > Substitution history of formula > Orig: remote(ch-mdp-ao=C3=BBt-2013, @>$>) > $xyz-> remote(ch-mdp-ao=C3=BBt-2013, @>$>) > @r$c-> remote(ch-mdp-ao=C3=BBt-2013, @>$>) > $1-> remote(ch-mdp-ao=C3=BBt-2013, @>$>) > ----------------^ > Error: Expected `)' > > Orig: vsum(@2..@2) > $xyz-> vsum(@2..@2) > @r$c-> vsum((#ERROR)) > $1-> vsum((#ERROR)) > ------^ > Error: #'s not allowed in this context This should be fixed. Thank you for reporting it. Regards, --=20 Nicolas Goaziou