From mboxrd@z Thu Jan 1 00:00:00 1970 From: ST Subject: Parsing org table from Linux command line Date: Sun, 10 Dec 2017 22:07:41 +0200 Message-ID: <1512936461.1644.43.camel@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]:42797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eO7t6-00005i-Ib for Emacs-orgmode@gnu.org; Sun, 10 Dec 2017 15:07:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eO7t3-0007uw-86 for Emacs-orgmode@gnu.org; Sun, 10 Dec 2017 15:07:48 -0500 Received: from mail-wr0-x22a.google.com ([2a00:1450:400c:c0c::22a]:42481) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eO7t3-0007tI-1O for Emacs-orgmode@gnu.org; Sun, 10 Dec 2017 15:07:45 -0500 Received: by mail-wr0-x22a.google.com with SMTP id s66so15521565wrc.9 for ; Sun, 10 Dec 2017 12:07:44 -0800 (PST) Received: from debox (bzq-109-67-13-177.red.bezeqint.net. [109.67.13.177]) by smtp.gmail.com with ESMTPSA id y2sm13544197wrd.3.2017.12.10.12.07.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Dec 2017 12:07:43 -0800 (PST) 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 have an org table and its third column are emails. I would like to send an email from command line (with the "mail" cli tool) to all those addresses. 1. How do I extract them from the table and pass to CC of "mail"? 2. Is the same possible somehow if I have several tables with different #+TBLNAMEs: in the same file? Thank you in advance!