From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: small bash/awk script to query org-mode tables Date: Mon, 30 Sep 2019 11:04:54 -0500 Message-ID: <87a7alrcrd.fsf@alphapapa.net> References: <530588.1569848451@apollo2.minshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38882) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEyAd-0007aN-6A for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 12:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEyAc-0005yq-1A for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 12:05:07 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:45600 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iEyAb-0005xy-Qm for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 12:05:05 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iEyAY-0007wO-09 for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 18:05:02 +0200 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 Greg Minshall writes: > hi, all. > > for a project, i wanted to be able to easily query the contents of a > table in an org-mode document from the shell. in case that it might be > useful to others, the result is: > ---- > https://gitlab.com/minshall/org-query Hi Greg, That's very cool, thanks for sharing. If I may, please consider renaming it to something like org-table-query.sh. org-query sounds more generic, and like an Emacs package, so users might confused it with something like org-ql (Org Query Language).