emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Berry, Charles" <ccberry@ucsd.edu>
To: Lawrence Bottorff <borgauf@gmail.com>
Cc: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: local variables to initialize org buffer?
Date: Mon, 1 Apr 2019 16:13:56 +0000	[thread overview]
Message-ID: <45D4C4B4-4CAE-4F12-A677-EDBB77D3D8F5@ucsd.edu> (raw)
In-Reply-To: <CAFAhFSXW=5JpajTZ7R=6fw=vNaT3vQ026=5rWVTiEan8UBj5yA@mail.gmail.com>



> On Mar 31, 2019, at 8:59 PM, Lawrence Bottorff <borgauf@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	other threads:[~2019-04-01 16:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-01  2:05 local variables to initialize org buffer? Lawrence Bottorff
2019-04-01  2:33 ` Berry, Charles
2019-04-01  3:59   ` Lawrence Bottorff
2019-04-01 16:13     ` Berry, Charles [this message]
2019-04-01  6:37 ` Eric S Fraga
2019-04-01 16:33   ` Lawrence Bottorff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45D4C4B4-4CAE-4F12-A677-EDBB77D3D8F5@ucsd.edu \
    --to=ccberry@ucsd.edu \
    --cc=borgauf@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).