> On Mar 31, 2019, at 8:59 PM, Lawrence Bottorff <borg...@gmail.com> wrote:
> 
> Sure, but how should it be implemented?



# Local Variables:
#   eval: (org-babel-load-file (buffer-file-name))
#   End:

or if you want to follow Eric's suggestion, something like:

#+name: startup
#+begin_src emacs-lisp :tangle no
(org-babel-load-file (buffer-file-name))
#+end_src

HTH,

Chuck


Reply via email to