emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: flav <flav.justflav@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Accents Issues in Table formula in French.
Date: Sun, 01 Feb 2015 01:08:11 +0100	[thread overview]
Message-ID: <871tmao5n8.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAOnk0vSk+SFRL1M46mjv_EUmcuC4owehHc1=uBi_WT2k-ccTLQ@mail.gmail.com> (flav's message of "Tue, 27 Aug 2013 09:59:11 +0200")

Hello,

flav <flav.justflav@gmail.com> writes:

> Hello, I have an issue with remote function in formula :
>
> #+TBLNAME: ch-mdp-aot-2013
>
>  |---+------+--------+-------+-------+----------+-------+----------+--------+----------+--------|
>    |   | 2013 | août   | 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=vsum($4..$>>)::@>$11=vsum(@<..@>>);N
>
> ***** ch-mdp-total-2013
> #+TBLNAME: ch-mdp-total
>    |-------+--------|
>    | mois  | charge |
>    |-------+--------|
>    | août  |      3 |
>    |-------+--------|
>    | total |      3 |
>    |-------+--------|
> #+TBLFM: @2$2=remote(ch-mdp-aot-2013, @>$>)::@>$2=vsum(@<<..@>>)
>
>
> give me : when I update :
>
> #+TBLNAME: ch-mdp-total
>    |-------+--------|
>    | mois  | charge |
>    |-------+--------|
>    | août  | #ERROR |
>    |-------+--------|
>    | total | #ERROR |
>    |-------+--------|
> #+TBLFM: @2$2=remote(ch-mdp-aot-2013, @>$>)::@>$2=vsum(@<<..@>>)
>
> debug formula :
>
> Substitution history of formula
> Orig:   remote(ch-mdp-août-2013, @>$>)
> $xyz->  remote(ch-mdp-août-2013, @>$>)
> @r$c->  remote(ch-mdp-août-2013, @>$>)
> $1->    remote(ch-mdp-août-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,

-- 
Nicolas Goaziou

      reply	other threads:[~2015-02-01  0:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-27  7:59 Accents Issues in Table formula in French flav
2015-02-01  0:08 ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871tmao5n8.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=flav.justflav@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).