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 locations? Date: Tue, 7 Jun 2016 12:16:00 -0400 Message-ID: <5756F340.4010608@gmail.com> References: <5756F29D.7080405@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]:56081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAJfh-0008TK-JS for emacs-orgmode@gnu.org; Tue, 07 Jun 2016 12:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAJfd-0002qu-Il for emacs-orgmode@gnu.org; Tue, 07 Jun 2016 12:16:05 -0400 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:34412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAJfd-0002qj-DJ for emacs-orgmode@gnu.org; Tue, 07 Jun 2016 12:16:01 -0400 Received: by mail-vk0-x231.google.com with SMTP id e4so113240407vkb.1 for ; Tue, 07 Jun 2016 09:16:01 -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 i73sm4109278vkd.2.2016.06.07.09.16.00 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Jun 2016 09:16:00 -0700 (PDT) In-Reply-To: <5756F29D.7080405@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 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, >