Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

super-save disable when file header is present. #10

Closed
skovuri41 opened this issue Mar 26, 2016 · 2 comments
Closed

super-save disable when file header is present. #10

skovuri41 opened this issue Mar 26, 2016 · 2 comments

Comments

@skovuri41
Copy link

Hi
while using org-crypt and when super-save is enabled the entries in org-mode file gets encrypted every time based on super-save settings/triggers. As I have (org-crypt-use-before-save-magic) turned on.

For auto-save we have header like:

-- buffer-auto-save-file-name: nil; --

which will disable auto-save for the particular file worked on.

How can we achieve the same with super-save? i.e disable super-save for just the file working on.
tips and pointers appreciated. thanks.

@bbatsov
Copy link
Owner

bbatsov commented Sep 28, 2018

I think you need something like # -*- mode: Org; eval: (super-save-mode 0) -*- #

@bbatsov
Copy link
Owner

bbatsov commented Sep 28, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants