emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to set the scheduled property programmatically?


From: Michael Welle
Subject: Re: [O] How to set the scheduled property programmatically?
Date: Sun, 22 Jan 2017 15:12:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.91 (gnu/linux)

Hello,

Michael Welle <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]