branch: externals/org
commit 381a2ae4dd439b5f246873ae6630c1e303c35287
Author: Stefan Kangas <ste...@marxist.se>
Commit: Ihor Radchenko <yanta...@gmail.com>

    * 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 1926329ac3..659edfa399 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -21041,11 +21041,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

Reply via email to