Skip to content

Commit

Permalink
Document org-agenda-ignore-properties in manual
Browse files Browse the repository at this point in the history
* doc/org-manual.org (Speeding Up Your Agendas): Document
`org-agenda-ignore-properties'.
  • Loading branch information
skangas authored and Ihor Radchenko committed Jun 29, 2022
1 parent 26878e2 commit a722f6f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/org-manual.org
Original file line number Diff line number Diff line change
Expand Up @@ -21041,6 +21041,17 @@ number. Here are tips to speed up:
(setq org-agenda-use-tag-inheritance nil)
#+end_src

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

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

The drawer properties you can disable in the agenda are effort
estimates (~effort~), appointments (~appt~), statistics (~stats~)
and subtree-local categories (~category~).

These options can be applied to selected agenda views. For more
details about generation of agenda views, see the docstrings for the
relevant variables, and this [[https://orgmode.org/worg/agenda-optimization.html][dedicated Worg page]] for agenda
Expand Down

0 comments on commit a722f6f

Please sign in to comment.