From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omid Subject: How to have #+ORGTBL: SEND install converted table to MORE than 1 receiver locations? Date: Tue, 7 Jun 2016 12:13:17 -0400 Message-ID: <5756F29D.7080405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAJd6-0006A1-Uf for emacs-orgmode@gnu.org; Tue, 07 Jun 2016 12:13:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAJd1-0002KT-UQ for emacs-orgmode@gnu.org; Tue, 07 Jun 2016 12:13:23 -0400 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:36508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAJd1-0002KP-PU for emacs-orgmode@gnu.org; Tue, 07 Jun 2016 12:13:19 -0400 Received: by mail-vk0-x230.google.com with SMTP id c66so95898067vkb.3 for ; Tue, 07 Jun 2016 09:13:19 -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 q20sm4069779vke.15.2016.06.07.09.13.17 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Jun 2016 09:13:17 -0700 (PDT) References: 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, 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, -- Omid