From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Exploring properties Date: Sun, 23 Feb 2020 18:50:24 +0530 Message-ID: <20200223132024.whfg366o2dazcnim@rewasi> References: <87sgj163y9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41460) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5rFh-00065l-JB for emacs-orgmode@gnu.org; Sun, 23 Feb 2020 08:24:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5rFg-00038f-O2 for emacs-orgmode@gnu.org; Sun, 23 Feb 2020 08:24:57 -0500 Content-Disposition: inline In-Reply-To: <87sgj163y9.fsf@gnu.org> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Cc: org-mode mailing list > > > I don't know if I have missed something obvious. But I am trying to > > read all the properties data (key-value pairs) into an R source code > > block (essentially to gather into a data.frame before further > > processing). > > You might want to look at `org-map-entries'. Thanks. It seems it will take more lisp than I can handle. But let me try. I think there is a potential to combine orgmode tags and properties, with a little more lisp may be, along with version control to create small database applications. It would be good to design something as a proof-of-concept. Vikas