diff options
author | Leon Rische <leon.rische@me.com> | 2020-01-21 12:15:44 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-01-21 12:15:44 +0100 |
commit | 679ef13ad59ccbd65d4d571f7fb5680818ab494c (patch) | |
tree | cf57773adae137eb275a94e6e7883562a6a1d722 | |
parent | 7dbbf1085fe2e6e753377e2cc237826589edb829 (diff) |
Document tagging cards during review
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -207,6 +207,12 @@ Ideally, don't use any other hotkeys while in a review session. This exits the review hydra without ending the current review session making it necessary to do so manually (~org-fc-review-quit~). +~org-fc-tag-card~ can be used on a card heading or during review +to add one of the ~org-fc-card-tags~ to the card. + +Tags can be added to this list using ~(add-to-list 'org-fc-card-tags +"my-tag")~. + See also: - [[file:doc/review_internals.org][Review Internals]] - [[file:doc/review_history.org][Review History]] |