Re: [O] org-babel autosave

2012-02-13 Thread Leo Alekseyev
Yes, but the question is -- what is the desired behavior? If you just want to autosave the temporary org-src buffer, see my question on stack overflow: http://stackoverflow.com/q/8849661/133234 In short, you'd just need to (add-hook 'org-src-mode-hook '(lambda () (auto-save-mode t))) and speci

[O] org-babel autosave

2012-02-13 Thread Colin Maxwell
Hello, I've noticed that autosaving does not operate when you are editing an org-babel buffer via C-c '. Is there a way to turn it on? cheers, Colin