From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omid Subject: Re: How to have #+ORGTBL: SEND install converted table to MORE than 1 receiver location? Date: Tue, 14 Jun 2016 14:03:45 -0400 Message-ID: <57604701.2090401@gmail.com> References: <5756F29D.7080405@gmail.com> <5756F340.4010608@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCsgq-0006ik-CR for emacs-orgmode@gnu.org; Tue, 14 Jun 2016 14:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCsgm-0007wS-7e for emacs-orgmode@gnu.org; Tue, 14 Jun 2016 14:03:51 -0400 Received: from mail-vk0-x22b.google.com ([2607:f8b0:400c:c05::22b]:36841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCsgm-0007wN-0E for emacs-orgmode@gnu.org; Tue, 14 Jun 2016 14:03:48 -0400 Received: by mail-vk0-x22b.google.com with SMTP id u64so120895851vkf.3 for ; Tue, 14 Jun 2016 11:03:47 -0700 (PDT) Received: from [146.201.195.51] (wg-dhcp201d195d051.secure.wireless.fsu.edu. [146.201.195.51]) by smtp.googlemail.com with ESMTPSA id 1sm2562124uaf.7.2016.06.14.11.03.46 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Jun 2016 11:03:46 -0700 (PDT) In-Reply-To: <5756F340.4010608@gmail.com> 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: emacs-orgmode@gnu.org Hello, 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. Thanks, Omid On 06/07/2016 12:16 PM, Omid wrote: > Right now, it only installs to the first location. > > On 06/07/2016 12:13 PM, Omid wrote: >> Hello, >> >> 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 >> >> >> Org-mode version 8.3.4 (8.3.4-60-g19cf68-elpa) >> GNU Emacs 24.5.1 >> >> Thanks, >>