emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Volker Strobel <volker.strobel87@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Relative Remote Reference (column->row)
Date: Fri, 21 Mar 2014 01:31:36 +0100	[thread overview]
Message-ID: <CACCk52Ke52PxNKLzQ5R4w9dE8KoKvtndAdnVCt7D-M_mJ7U9xw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

Hi there,

I'm trying to refer to the row number of a remote table, using the current
column number shifted by one.

Remote Table:
#+NAME: my-table
| Header1 | Header2 |
|---------+---------|
|   a     |    23  |
|   b     |    7    |
|   c     |    13  |
|   d     |    66  |
|   e     |    5    |
|---------+---------|
| Result  |  42 |


Table where remote value should be inserted:
...
#+TBLFM: @1$3..@1$7= remote(my-table,@$#$2)

My problem is, that this remote reference starts in row 3 (because of @$#),
however, I'd like to start in row 2 (that means @$#-1). However, this
relative reference does not seem to work here.

Any idea what command I can use here?

Thanks!

Best, Volker

[-- Attachment #2: Type: text/html, Size: 923 bytes --]

             reply	other threads:[~2014-03-21  0:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21  0:31 Volker Strobel [this message]
2014-03-21  7:19 ` Relative Remote Reference (column->row) Michael Brand
2014-03-23 21:20   ` Volker Strobel

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=CACCk52Ke52PxNKLzQ5R4w9dE8KoKvtndAdnVCt7D-M_mJ7U9xw@mail.gmail.com \
    --to=volker.strobel87@gmail.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 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).