summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Zattler <telegraph@gmx.net>2018-04-27 14:17:05 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-27 15:11:29 +0200
commit5d8b85e28055a80c624a9d573902f7396c5d136f (patch)
tree72aae8b919e20af03da0f76a039241235ee44f4b
parent1a5ca5fa83e0b95e274f84cf0d634d870ad44333 (diff)
downloadorg-mode-5d8b85e28055a80c624a9d573902f7396c5d136f.tar.gz
org-manual: Document CRYPTKEY property
doc/org-manual.org: Document CRYPTKEY property. TINYCHANGE
-rw-r--r--doc/org-manual.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index e670c38..238ce88 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -19180,6 +19180,16 @@ Here is a suggestion for Org Crypt settings in Emacs init file:
;; # -*- buffer-auto-save-file-name: nil; -*-
#+end_src
+It's possible to use different keys for different headings by
+specifying the respective key as property =CRYPTKEY=, e.g.:
+
+#+begin_src emacs-lisp
+,* Totally secret :crypt:
+ :PROPERTIES:
+ :CRYPTKEY: 0x0123456789012345678901234567890123456789
+ :END:
+#+end_src
+
Excluding the =crypt= tag from inheritance prevents already encrypted
text from being encrypted again.