branch: externals/org
commit 5098404b19962042cd29ad86e11ccb43ac566953
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    org-manual: Document that hours are allowed in repeater intervals
    
    * doc/org-manual.org (Timestamps): Mention that +Nh is a valid
    repeater.
    
    Reported-by: Jean Louis <bugs@gnu.support>
    Link: https://orgmode.org/list/Y19mbeNMz1wXcQxK@protected.localdomain
---
 doc/org-manual.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 5f6a53f932..dc2fc57cdf 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -5935,8 +5935,8 @@ the agenda (see [[*Weekly/daily agenda]]).  We 
distinguish:
   #+cindex: timestamp, with repeater interval
   A timestamp may contain a /repeater interval/, indicating that it
   applies not only on the given date, but again and again after
-  a certain interval of N days (d), weeks (w), months (m), or years
-  (y).  The following shows up in the agenda every Wednesday:
+  a certain interval of N hours (h), days (d), weeks (w), months (m),
+  or years (y).  The following shows up in the agenda every Wednesday:
 
   #+begin_example
   ,* Pick up Sam at school

Reply via email to