summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-27 16:13:41 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-27 16:13:41 +0200
commit2a8d944c85899a15a585c78b498ca6c6b5cc59f7 (patch)
tree4c8ed68e35f2d6e83f1330972b688c2bb33e5ee4
parent28866449d90ae29465438b3e563ae028fec6c2a1 (diff)
downloadorg-mode-2a8d944c85899a15a585c78b498ca6c6b5cc59f7.tar.gz
org-manual: Fix typo
* doc/org-manual.org (Org Crypt): Use correct environment for Org example.
-rw-r--r--doc/org-manual.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 238ce88..ce85f19 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.