Skip to content

Commit 9b5ed7b

Browse files
committed
feat: add support for org-crypt.
1 parent 1fe80f7 commit 9b5ed7b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

content/index.org

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2171,6 +2171,19 @@ Some extra exporting formats:
21712171
:after org)
21722172
#+end_src
21732173

2174+
Add support for encrypted sections:
2175+
2176+
#+begin_src emacs-lisp
2177+
(use-package org-crypt
2178+
:straight nil
2179+
:after org
2180+
:config
2181+
(org-crypt-use-before-save-magic)
2182+
(setq org-tags-exclude-from-inheritance (quote ("crypt")))
2183+
:custom
2184+
(org-crypt-key "rpana92@gmail.com"))
2185+
#+end_src
2186+
21742187
And by the way, convert everything else to =org-mode= please:
21752188

21762189
#+begin_src emacs-lisp

0 commit comments

Comments
 (0)