From mboxrd@z Thu Jan 1 00:00:00 1970 From: "R. Michael Weylandt" Subject: Org-set-repeat Date: Tue, 1 Apr 2014 23:37:30 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVBzt-0004ZN-Dt for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 23:37:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVBzs-0003oI-CP for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 23:37:53 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:43661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVBzs-0003nQ-4M for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 23:37:52 -0400 Received: by mail-lb0-f171.google.com with SMTP id w7so7607320lbi.2 for ; Tue, 01 Apr 2014 20:37:50 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" I see that Org provides a `org-cancel-repeater` and `org-get-repeat` but I don't see a `org-set-repeat` (or function which can be made to do so). Is there something like that that I've missed or should I write a wrapper around `org-deadline`? Michael