From: Wu Ming <wu.ming2@icloud.com>
To: emacs-orgmode@gnu.org
Subject: Table column formula with remote reference
Date: Mon, 11 Mar 2024 18:52:21 +0800 [thread overview]
Message-ID: <1F92C461-F43D-48F4-B153-1AD7B308D377@icloud.com> (raw)
Hello,
#+NAME: A
Table with header row here
#+NAME: B
Table with header row here
#+TBLFML: $1 = remote(A,$1)
Does nothing.
$1 = remote(A,@0) referring current row w implicit column does not work. Debug shows on row 2 of current table it returns the value of row 1, the header, on table A.
Same result as above with @0$1 instead.
$1 = remote(A,@2$1) does what expected. For every row copies the same value of @2$1 from table A to table B.
Need to refer multiple columns on different tables in a column formula for a final table.
Please advise. Thanks.
next reply other threads:[~2024-03-12 8:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-11 10:52 Wu Ming [this message]
2024-03-11 11:43 ` Table column formula with remote reference Wu Ming
2024-03-12 14:46 ` Ihor Radchenko
2024-03-13 6:04 ` Wu Ming
2024-03-13 12:16 ` Ihor Radchenko
2024-03-14 1:16 ` Wu Ming
2024-03-14 13:40 ` Fraga, Eric
2024-03-17 2:29 ` Wu Ming
2024-03-18 12:53 ` Fraga, Eric
2024-03-14 21:58 ` Ihor Radchenko
2024-03-17 2:55 ` Wu Ming
2024-03-17 14:03 ` Ihor Radchenko
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1F92C461-F43D-48F4-B153-1AD7B308D377@icloud.com \
--to=wu.ming2@icloud.com \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.