From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: parsing time strings from properties Date: Sat, 21 Sep 2019 21:54:07 -0500 Message-ID: <878sqhujlc.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36419) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBs12-0007xw-95 for emacs-orgmode@gnu.org; Sat, 21 Sep 2019 22:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBs11-0007tx-9E for emacs-orgmode@gnu.org; Sat, 21 Sep 2019 22:54:24 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:45528 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iBs11-0007si-2M for emacs-orgmode@gnu.org; Sat, 21 Sep 2019 22:54:23 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iBs0u-0002Xu-I1 for emacs-orgmode@gnu.org; Sun, 22 Sep 2019 04:54:16 +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 For parsing timestamps, you may find this helpful: https://github.com/alphapapa/ts.el See e.g. functions ts-parse-org and ts-parse-org-fill.