all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: tsd@tsdye.com (Thomas S. Dye)
To: Org-mode <emacs-orgmode@gnu.org>
Subject: Local variables and babel
Date: Tue, 14 Jan 2014 09:25:58 -1000	[thread overview]
Message-ID: <m1eh4axt4p.fsf@poto.myhome.westell.com> (raw)

Aloha all,

Impressed by the many problems described on the ML that are caused by a
setting in .emacs, I've slowly been working to make my configuration
buffer local, using source code blocks stored in my local library of
babel or placed in a noexport section of the Org mode file and then
evaluated in the local variables section at the bottom of the file.  So
far, I like this approach.

This led me to try to incorporate some of the file-specific setup steps
into the local variables as well.  For instance, in a file where I'm
working with Common Lisp source code blocks and a graph library, I have
this: 

  # eval: (slime)
  # eval: (org-sbe "graph-setup")

My goal is to open the Org mode file and find that everything is ready
for me to work.

What I've found is that the graph-setup doesn't have any effect on the
Common Lisp environment when run this way. It works fine if, after slime
is up and running, I go to the graph-setup source code block and
evaluate it with C-c C-c.

I'm guessing that I might be running into a concurrency problem here,
such that the local variable evaluation of graph-setup is taking place
before slime has finished setting itself up (which takes many seconds on
my machine).

I am well beyond my programming abilities here and would like to have
opinions on whether this approach is potentially workable and, if so,
how it might be implemented.

All the best,
Tom

-- 
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 96813
Tel: 808-529-0866, Fax: 808-529-0884
http://www.tsdye.com

             reply	other threads:[~2014-01-14 19:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 19:25 Thomas S. Dye [this message]
2014-01-14 20:38 ` Local variables and babel Michael Albinus

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

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

  git send-email \
    --in-reply-to=m1eh4axt4p.fsf@poto.myhome.westell.com \
    --to=tsd@tsdye.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.