From 2a8d944c85899a15a585c78b498ca6c6b5cc59f7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 27 Apr 2018 16:13:41 +0200 Subject: [PATCH] org-manual: Fix typo * doc/org-manual.org (Org Crypt): Use correct environment for Org example. --- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 238ce886a..ce85f19fd 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -19183,12 +19183,12 @@ Here is a suggestion for Org Crypt settings in Emacs init file: It's possible to use different keys for different headings by specifying the respective key as property =CRYPTKEY=, e.g.: -#+begin_src emacs-lisp +#+begin_example ,* Totally secret :crypt: :PROPERTIES: :CRYPTKEY: 0x0123456789012345678901234567890123456789 :END: -#+end_src +#+end_example Excluding the =crypt= tag from inheritance prevents already encrypted text from being encrypted again. -- 2.11.4.GIT