I'd like to encrypt different headings in my org file to different keys, e.g.,
* Heading 1
* Heading 2
where Heading 1
should be encrypted to me1@example.com
and Heading 2
should be encrypted to me2@example.com
, using gpg.
How can I do this?