[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org a722f6f8ea: Document org-agenda-ignore-properties i
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org a722f6f8ea: Document org-agenda-ignore-properties in manual |
Date: |
Wed, 29 Jun 2022 05:57:58 -0400 (EDT) |
branch: externals/org
commit a722f6f8ea409de847060997de8d4681dcdcd475
Author: Stefan Kangas <stefan@marxist.se>
Commit: Ihor Radchenko <yantar92@gmail.com>
Document org-agenda-ignore-properties in manual
* doc/org-manual.org (Speeding Up Your Agendas): Document
`org-agenda-ignore-properties'.
---
doc/org-manual.org | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 4c2e968e7d..1926329ac3 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/org a722f6f8ea: Document org-agenda-ignore-properties in manual,
ELPA Syncer <=