Hi, This patch fixes four prose errors in the Org mode documentation.
Please find the patch attached. TINYCHANGE Best, Abdurahman Itani
From 548cd6c6976ec5115a6df9b6b63e84fa9ebcdb13 Mon Sep 17 00:00:00 2001 From: Abdurahman Itani <[email protected]> Date: Tue, 9 Jun 2026 19:42:05 +0300 Subject: [PATCH] doc/org-guide.org, doc/org-manual.org: Fix multiple typos * doc/org-guide.org (Clocking Work Time): Fix "time in inserts" -> "time and inserts". * doc/org-manual.org (Filtering/limiting agenda items): Fix "five entry" -> "five entries" and "will again the next" -> "will show the next". (Agenda Views, Archives): Fix "can set with" -> "can be set with". TINYCHANGE --- doc/org-guide.org | 2 +- doc/org-manual.org | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org-guide.org b/doc/org-guide.org index 3a1bf59ab..f8004d478 100644 --- a/doc/org-guide.org +++ b/doc/org-guide.org @@ -1305,7 +1305,7 @@ a project. Stop the clock (clock-out). This inserts another timestamp at the same location where the clock was last started. It also directly - computes the resulting time in inserts it after the time range as + computes the resulting time and inserts it after the time range as ==>HH:MM=. - {{{kbd(C-c C-x C-e)}}} (~org-clock-modify-effort-estimate~) :: diff --git a/doc/org-manual.org b/doc/org-manual.org index 13a16b6d8..c8f6909ac 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -10018,8 +10018,8 @@ entries with a =NEXT= TODO keyword. ((org-agenda-max-entries 5))))) #+end_src -Once you mark one of these five entry as DONE, rebuilding the agenda -will again the next five entries again, including the first entry that +Once you mark one of these five entries as DONE, rebuilding the agenda +will show the next five entries again, including the first entry that was excluded so far. You can also dynamically set temporary limits, which are lost when @@ -10275,7 +10275,7 @@ the other commands, point needs to be in the desired line. Toggle Archives mode. In Archives mode, trees that are archived (see [[*Internal archiving]]) are also scanned when producing the agenda. To exit archives mode, press {{{kbd(v a)}}} again. The - initial setting for this mode in new agenda buffers can set with the + initial setting for this mode in new agenda buffers can be set with the variable ~org-agenda-start-with-archives-mode~, which can be set with the same values as ~org-agenda-archives-mode~. -- 2.43.0
