[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add missing "stuck" agenda view to Special Agenda Views section
From: |
Ruslan Bekenev |
Subject: |
[PATCH] Add missing "stuck" agenda view to Special Agenda Views section of manual |
Date: |
Sat, 8 Apr 2023 18:48:51 +1000 |
Hi guys,
I’ve been trying to make my custom agenda view and I really wanted to see the
list of stuck projects in there.
Looking at “Special Agenda Views” section of the manual I was sure there is no
~stuck~ special view because it isn’t mentioned there.
Turned out there is such a view, it just mentioned in “Block agenda” section of
the manual.
I think "Special Agenda Views” section must also mention ~stuck~ as an option.
The patch below just adds it.
Let me know if it makes any sense.
Thanks,
Ruslan
From 7ffa93aa66eab099d7c41d0d1c99aa97818fd39e Mon Sep 17 00:00:00 2001
From: Ruslan Bekenev <furyinbox@gmail.com>
Date: Sat, 8 Apr 2023 17:38:40 +1000
Subject: [PATCH] doc/org-manual.org; Add missing ~stuck~ agenda view
---
doc/org-manual.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 4644e5adc..4881b9a76 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -21441,7 +21441,7 @@ Org provides a special hook to further limit items in
agenda views:
~agenda~, ~agenda*~[fn:: The ~agenda*~ view is the same as ~agenda~
except that it only considers /appointments/, i.e., scheduled and
deadline items that have a time specification =[h]h:mm= in their
-time-stamps.], ~todo~, ~alltodo~, ~tags~, ~tags-todo~, ~tags-tree~.
+time-stamps.], ~todo~, ~alltodo~, ~tags~, ~tags-todo~, ~tags-tree~, ~stuck~.
Specify a custom function that tests inclusion of every matched item
in the view. This function can also skip as much as is needed.
--
2.37.1 (Apple Git-137.1)
- [PATCH] Add missing "stuck" agenda view to Special Agenda Views section of manual,
Ruslan Bekenev <=