From 5fb7c161da9605acf2bf69708b901a11085d9c60 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 27 Jun 2011 18:54:31 +0200 Subject: [PATCH] org.texi: complete org-crypt config example Complete org-crypt config example with a hackish workaround to disabling auto-save locally in a buffer: # -*- buffer-auto-save-file-name: nil; -*- Thanks to Bill Day for suggesting this. --- doc/org.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 6d6f276cc..2e7cd1e31 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13921,9 +13921,13 @@ To use org-crypt it is suggested that you have the following in your (setq auto-save-default nil) ;; Auto-saving does not cooperate with org-crypt.el: so you need - ;; to turn it off if you plan to use org-crypt.el quite often. + ;; to turn it off if you plan to use org-crypt.el quite often. ;; Otherwise, you'll get an (annoying) message each time you ;; start Org. + + ;; To turn it off only locally, you can insert this: + ;; + ;; # -*- buffer-auto-save-file-name: nil; -*- @end example Excluding the crypt tag from inheritance prevents already encrypted text -- 2.11.4.GIT