org-manual: Fix typo
* doc/org-manual.org (Org Crypt): Use correct environment for Org example.
This commit is contained in:
parent
28866449d9
commit
2a8d944c85
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue