Skip to content

Commit

Permalink
* doc/org-manual.org (Speeding Up Your Agendas): Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
skangas authored and yantar92 committed Jun 30, 2022
1 parent 998a0aa commit 381a2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/org-manual.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 381a2ae

Please sign in to comment.