During review, org-fc shows both heading of the current card
and (if set) the
#+TITLE:
of the current file.
Either can be hidden by adding the
:noheading:
and/or
:notitle:
tag to the heading.
Example, Hiding the Heading
Let's say we want use flashcards to memorize what different modes of Emacs do. But if we review this card, the heading already contains the solution!
To also hide the heading during review, we can add the
:noheading:
tag to the card.
Example, Hiding the Title
A similar issue arises if we use a separate file for notes about org mode.
Here the title can be hidden with the
:notitle:
tag.