diff options
author | Leon Rische <leon.rische@me.com> | 2022-09-27 20:23:37 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2022-09-27 20:23:37 +0200 |
commit | 684cf7435f446fd8b90fe0bffae74726b3a75f7d (patch) | |
tree | 771bc1b98351e373230d3dbf7d3aaeb261a0e5b1 /docs/suspending_cards.org | |
parent | 78258557eeb4405416e911324330bbff113a81d0 (diff) |
Add documentation files
Diffstat (limited to 'docs/suspending_cards.org')
-rw-r--r-- | docs/suspending_cards.org | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/suspending_cards.org b/docs/suspending_cards.org new file mode 100644 index 0000000..0fd4d82 --- /dev/null +++ b/docs/suspending_cards.org @@ -0,0 +1,27 @@ +#+TITLE: Suspending Cards +#+DATE: [2020-08-01 Sat 10:55] +#+KEYWORDS: fc + +Cards can be suspended (excluded from review) by adding a =suspended= +tag, either by hand or using the ~org-fc-suspend-card~ command. + +The =suspended= tag is inherited, so all cards in a subtree can be +suspended by adding the tag to the parent heading, and all cards in a +file can be suspended by adding ~#+FILETAGS: suspended~ at the start. + +Cards can be unsuspended using the ~org-fc-unsuspend-card~ command +or by manually removing the =suspended= tag. + +It might be preferable to suspend multiple cards by adding the +=suspended= tag to each one, so they remain suspended +when moved to another headline or file. + +In this case, you can use the following commands: + +- ~org-fc-suspend-tree~, ~org-fc-unsuspend-tree~ for suspending all + cards in a subtree +- ~org-fc-suspend-buffer~, ~org-fc-unsuspend-buffer~ for suspending all + cards in the current buffer + +Note that these commands don't affect filetags or tags of parent +headlines. |