I'm trying to figure out how to start up slime and do org-babel-execute-buffer when I open a certain org-mode file full of Lisp source code blocks. I guess

Local Variables:
 eval: (elisp-function)
 End:

is discouraged. So I looked at in buffer settings, but I don't see anything specific to actually running elisp functions -- unless I'm missing something. Advice?

LB