From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QPzXGMzDol/RSwAA0tVLHw (envelope-from ) for ; Wed, 04 Nov 2020 15:07:56 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id WOuJFMzDol/feQAAbx9fmQ (envelope-from ) for ; Wed, 04 Nov 2020 15:07:56 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0D74A9403A9 for ; Wed, 4 Nov 2020 15:07:56 +0000 (UTC) Received: from localhost ([::1]:58106 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kaJuT-0003Et-0K for larch@yhetil.org; Wed, 04 Nov 2020 09:37:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaJtb-0003EJ-Kp for emacs-orgmode@gnu.org; Wed, 04 Nov 2020 09:36:19 -0500 Received: from einhorn-mail-out.in-berlin.de ([217.197.80.21]:59581) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaJtZ-0001bP-4C for emacs-orgmode@gnu.org; Wed, 04 Nov 2020 09:36:19 -0500 X-Envelope-From: mail@faulbaum.in-berlin.de Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 0A4EaB7n003672 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Wed, 4 Nov 2020 15:36:11 +0100 Received: by frangula.xpertex.home (Postfix, from userid 11001) id 4393015F; Wed, 4 Nov 2020 15:36:11 +0100 (CET) From: Dieter Faulbaum To: emacs-orgmode@gnu.org Subject: [PATCH] repeat cookies should be in the same order as the repeats Date: Wed, 4 Nov 2020 15:35:40 +0100 Message-Id: <20201104143540.29602-1-mail@faulbaum.in-berlin.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.197.80.21; envelope-from=mail@faulbaum.in-berlin.de; helo=einhorn-mail-out.in-berlin.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/04 09:36:11 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dieter Faulbaum Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 5.49 X-TUID: AMUGGpp4RztU --- doc/org-manual.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index ef2dad9ef..e78690993 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -5741,6 +5741,7 @@ expressions to process these values before inserting them into a table or a dynamic block. * Dates and Times + :PROPERTIES: :DESCRIPTION: Making items useful for planning. :END: @@ -6281,7 +6282,7 @@ organize such tasks using a so-called repeater in a =DEADLINE=, the =+1m= is a repeater; the intended interpretation is that the task has a deadline on =<2005-10-01>= and repeats itself every (one) month starting from that time. You can use yearly, monthly, weekly, daily -and hourly repeat cookies by using the =y=, =w=, =m=, =d= and =h= +and hourly repeat cookies by using the =y=, =m=, =w=, =d= and =h= letters. If you need both a repeater and a special warning period in a deadline entry, the repeater should come first and the warning period last -- 2.28.0