emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Thomas S. Dye" <tsd@tsdye.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: Emacs Org mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Configuration query
Date: Thu, 18 Nov 2010 12:38:51 -1000	[thread overview]
Message-ID: <8BB29A3F-EB8C-48B3-B5BE-AA0A80787FEB@tsdye.com> (raw)
In-Reply-To: <87ipzui8vn.wl%n.goaziou@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1286 bytes --]

Aloha Nicolas,

On Nov 18, 2010, at 12:07 PM, Nicolas Goaziou wrote:

> Hello,
>
>>>>>> Thomas S Dye writes:
>
>> I'm finding that I frequently work with Org-mode files that need
>> different configurations. I typically have a #+begin_src emacs-lisp
>> block in these files that I can execute with C-c C-c, so that emacs
>> behaves the way the file requires for the task at hand. When I'm
>> done, though, and jump onto the next task, which might depend on my
>> standard configuration to work correctly, I sometimes find that the
>> changes I've made break things. At this point, I typically save,
>> quit emacs and start over.
>
>> What I'd like to do is be able to have, in each file that contains
>> an emacs-lisp source block that changes the configuration, a
>> corresponding source code block that puts things back the way they
>> were before the block was executed.
>
>> Perhaps there is an easy way to do this?
>
> What about making configuration variables buffer-local in the block
> you execute? Once the buffer is killed, you should be back to your
> previous configuration.
>
> For example:
>
>  #+BEGIN_SRC emacs-lisp
>  (make-local-variable 'sentence-end-double-space)
>  (setq sentence-end-double-space t)
>  #+END_SRC

This looks like an excellent idea.  Thanks!

Tom


[-- Attachment #1.2: Type: text/html, Size: 2401 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2010-11-18 22:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17 21:19 Configuration query Thomas S. Dye
2010-11-18  9:47 ` Sébastien Vauban
2010-11-18 14:03 ` Jörg Hagmann
2010-11-18 16:43   ` Thomas S. Dye
2010-11-18 17:42     ` Sébastien Vauban
2010-11-18 22:07 ` Nicolas Goaziou
2010-11-18 22:38   ` Thomas S. Dye [this message]

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=8BB29A3F-EB8C-48B3-B5BE-AA0A80787FEB@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.com \
    /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).