From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Vikas Rawal <vikaslists@agrarianresearch.org>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Table formula reference and macro replacement
Date: Thu, 17 Aug 2017 16:23:30 +0200 [thread overview]
Message-ID: <87fucqp925.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <639FAF5A-D151-409F-867A-922029806BC0@agrarianresearch.org> (Vikas Rawal's message of "Thu, 17 Aug 2017 09:47:15 +0530")
Hello,
Vikas Rawal <vikaslists@agrarianresearch.org> writes:
> The idea is to pick contents of a table cell and use it in a paragraph.
>
> Is it possible to have a macro like {{{remote(NAME-OR-ID,REF)}}} ?
>
> The above does not work, but am I missing something?
You could try:
--8<---------------cut here---------------start------------->8---
#+macro: remote src_emacs-lisp{(org-table-get-remote-range "$1" "$2")}
Example:
#+name: foo
| 1 | 2 |
| 3 | 4 |
The macro call: {{{remote(foo, @1$2)}}}
--8<---------------cut here---------------end--------------->8---
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2017-08-17 14:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-17 4:17 Table formula reference and macro replacement Vikas Rawal
2017-08-17 14:23 ` Nicolas Goaziou [this message]
2017-08-18 0:25 ` Vikas Rawal
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=87fucqp925.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=emacs-orgmode@gnu.org \
--cc=vikaslists@agrarianresearch.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.