From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: How to set the scheduled property programmatically? Date: Sun, 22 Jan 2017 15:12:45 +0100 Message-ID: <87h94rdvz6.fsf@luisa.c0t0d0s0.de> References: <87d1fg8fey.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVIt3-0004Wa-Nk for emacs-orgmode@gnu.org; Sun, 22 Jan 2017 09:12:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVIt0-0001Qs-JC for emacs-orgmode@gnu.org; Sun, 22 Jan 2017 09:12:53 -0500 Received: from mout.gmx.net ([212.227.15.15]:51795) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVIt0-0001Q9-9q for emacs-orgmode@gnu.org; Sun, 22 Jan 2017 09:12:50 -0500 Received: from stella.c0t0d0s0.de ([89.15.236.235]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M70Td-1cHBgb2mbl-00wpfh for ; Sun, 22 Jan 2017 15:12:48 +0100 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 273FBC45FC for ; Sun, 22 Jan 2017 15:12:45 +0100 (CET) In-Reply-To: <87d1fg8fey.fsf@luisa.c0t0d0s0.de> (Michael Welle's message of "Sat, 21 Jan 2017 18:57:09 +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.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, Michael Welle writes: > Hello, > > what is the correct way to set the property? I tried > > (org-entry-put pom "SCHEDULED" "<2017-01-01 Sun ++1w>") > > which results in > > SCHEDULED: <2017-01-01 Sun> > > As you can see, the 'repeater' is missing. org-cancel-repeater uses regexp search and replace to manipulate the repeater. I guess that is a hint that I have do to that as well? Regards hmw