From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: How to set the scheduled property programmatically? Date: Thu, 26 Jan 2017 11:14:05 +0100 Message-ID: <87y3xy5dsi.fsf@luisa.c0t0d0s0.de> References: <87d1fg8fey.fsf@luisa.c0t0d0s0.de> <878tpybwnm.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWh4H-0007CJ-NR for emacs-orgmode@gnu.org; Thu, 26 Jan 2017 05:14:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWh4C-0004cc-Of for emacs-orgmode@gnu.org; Thu, 26 Jan 2017 05:14:13 -0500 Received: from mout.gmx.net ([212.227.15.15]:56415) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cWh4C-0004c5-E9 for emacs-orgmode@gnu.org; Thu, 26 Jan 2017 05:14:08 -0500 Received: from stella.c0t0d0s0.de ([141.99.200.222]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LnPGI-1c1DbH3VkM-00heOS for ; Thu, 26 Jan 2017 11:14:05 +0100 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 3335FC45FC for ; Thu, 26 Jan 2017 11:14:05 +0100 (CET) In-Reply-To: <878tpybwnm.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 25 Jan 2017 23:30:05 +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, Nicolas Goaziou writes: > Hello, > > Michael Welle writes: > >> 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. > > Fixed. Thank you. thank you, that's much appreciated. Regards hmw