Ihor Radchenko <yanta...@gmail.com> writes:

> Applied onto main via a722f6f8e with amendment to the commit message.

It seems like i bungled the patch: two typos are fixed in the attached.  Thanks.
From 29be11122821b18ffb56e109b4a9c457c65d1142 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Wed, 29 Jun 2022 15:01:09 +0200
Subject: [PATCH] * doc/org-manual.org (Speeding Up Your Agendas): Fix typos.

---
 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 b7bb9570a..a4f5eee17 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -21043,11 +21043,11 @@ number.  Here are tips to speed up:
   (setq org-agenda-use-tag-inheritance nil)
   #+end_src
 
-  #+vindex: org-agenda-ignore-drawer-properties
+  #+vindex: org-agenda-ignore-properties
 - Disable parsing of some drawer properties:
 
   #+begin_src emacs-lisp
-  (setq org-agenda-ignore-drawer-properties '(effort appt stats category))
+  (setq org-agenda-ignore-properties '(effort appt stats category))
   #+end_src
 
   The drawer properties you can disable in the agenda are effort
-- 
2.30.2

Reply via email to