From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: removal of org-maybe-keyword-time-regexp Date: Wed, 11 Mar 2020 18:21:07 +0100 Message-ID: <871rpyerjw.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57375) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jC52j-00084C-9O for emacs-orgmode@gnu.org; Wed, 11 Mar 2020 13:21:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jC52h-0001qs-8z for emacs-orgmode@gnu.org; Wed, 11 Mar 2020 13:21:17 -0400 Received: from ciao.gmane.io ([159.69.161.202]:59844) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jC52h-0001qF-2X for emacs-orgmode@gnu.org; Wed, 11 Mar 2020 13:21:15 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jC52f-000VmR-8z for emacs-orgmode@gnu.org; Wed, 11 Mar 2020 18:21:13 +0100 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: emacs-orgmode@gnu.org I'm using org-caldav (https://github.com/dengste/org-caldav/) to synchronize the calendar on my Android phone and Org. Recently this synchronization stopped working because org-caldav relies on org-maybe-keyword-time-regexp that has been dropped from Org. As a workaround, could this variable be reintroduced in org so as not to break this very useful packageĀ ? Julien.