From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to have #+ORGTBL: SEND install converted table to MORE than 1 receiver location? Date: Fri, 17 Jun 2016 10:26:08 +0200 Message-ID: <871t3wxlun.fsf@saiph.selenimh> References: <5756F29D.7080405@gmail.com> <5756F340.4010608@gmail.com> <57604701.2090401@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDp6b-00080n-5w for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 04:26:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDp6W-0008ES-Ux for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 04:26:20 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:56016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDp6W-0008EM-OI for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 04:26:16 -0400 In-Reply-To: <57604701.2090401@gmail.com> (Omid's message of "Tue, 14 Jun 2016 14:03:45 -0400") 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: Omid Cc: emacs-orgmode@gnu.org Hello, Omid writes: > I'm just resending this question because I haven't received any > answers/ideas in a week. I also asked it in > https://emacs.stackexchange.com/questions/23836/how-to-have-org-mode-radio-table-install-converted-table-to-more-than-one-receiv, > with no answers so far. [...] >>> Is there a way to have #+ORGTBL: SEND install converted table to MORE >>> than 1 receiver location? Specifically, in LaTeX I have >>> >>> \begin{comment} >>> #+ORGTBL: SEND r_hf-vector orgtbl-to-generic :splice t :lend " \\\\" >>> :sep " & " >>> | f | >>> | 0 | >>> | \vdots | >>> | 0 | >>> \end{comment} >>> >>> And I'd like it to be installed in both locations below. >>> >>> % BEGIN RECEIVE ORGTBL r_hf-vector >>> f \\ >>> 0 \\ >>> \vdots \\ >>> 0 \\ >>> % END RECEIVE ORGTBL r_hf-vector >>> >>> % BEGIN RECEIVE ORGTBL r_hf-vector >>> f \\ >>> 0 \\ >>> \vdots \\ >>> 0 \\ >>> % END RECEIVE ORGTBL r_hf-vector This was not possible until a few minutes ago. This is now solved in development version. Regards, -- Nicolas Goaziou