Skip to content

Commit 381a2ae

Browse files
skangasyantar92
authored andcommitted
* doc/org-manual.org (Speeding Up Your Agendas): Fix typos
1 parent 998a0aa commit 381a2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/org-manual.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21041,11 +21041,11 @@ number. Here are tips to speed up:
2104121041
(setq org-agenda-use-tag-inheritance nil)
2104221042
#+end_src
2104321043

21044-
#+vindex: org-agenda-ignore-drawer-properties
21044+
#+vindex: org-agenda-ignore-properties
2104521045
- Disable parsing of some drawer properties:
2104621046

2104721047
#+begin_src emacs-lisp
21048-
(setq org-agenda-ignore-drawer-properties '(effort appt stats category))
21048+
(setq org-agenda-ignore-properties '(effort appt stats category))
2104921049
#+end_src
2105021050

2105121051
The drawer properties you can disable in the agenda are effort

0 commit comments

Comments
 (0)