From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Table formula reference and macro replacement Date: Thu, 17 Aug 2017 09:47:15 +0530 Message-ID: <639FAF5A-D151-409F-867A-922029806BC0@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diCFK-0003BU-O7 for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 00:17:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diCFH-0005up-Ko for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 00:17:26 -0400 Received: from mail-pg0-x231.google.com ([2607:f8b0:400e:c05::231]:36790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1diCFH-0005rQ-BZ for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 00:17:23 -0400 Received: by mail-pg0-x231.google.com with SMTP id i12so34392615pgr.3 for ; Wed, 16 Aug 2017 21:17:21 -0700 (PDT) Received: from [192.168.1.34] ([59.176.42.82]) by smtp.gmail.com with ESMTPSA id n23sm4570901pfh.133.2017.08.16.21.17.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Aug 2017 21:17:20 -0700 (PDT) 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" To: org-mode mailing list 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? Vikas