all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: set modes for org-edit-special (elisp block)
Date: Mon, 25 Jan 2016 12:37:21 -0500	[thread overview]
Message-ID: <87a8ntzhke.fsf@alphaville.usersys.redhat.com> (raw)
In-Reply-To: m2oac9irxr.fsf@charm-ecran.irisa.fr

Alan Schmitt <alan.schmitt@polytechnique.org> writes:

> I’m having the same problem with python: I’m still in emacs-lisp mode.
> I checked the value of the variable and it is as expected. For some
> reason the change is not picked up. Is it because there are several
> occurrences of "elisp" in the list and it’s not the first one that is
> picked up?
>

org-src--get-lang-mode uses assoc, so it should pick up the first pair
whose car matches. You can try it by hand:

(org-src--get-lang-mode "elisp")

Of course, it's possible (but unlikely) that somebody is using some
other way to get at the mode.

--
Nick

  parent reply	other threads:[~2016-01-25 17:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-24  5:26 set modes for org-edit-special (elisp block) Stefan Huchler
2016-01-24  5:33 ` Kyle Meyer
2016-01-24 17:35   ` Stefan Huchler
2016-01-24 17:50     ` Kyle Meyer
2016-01-25 13:05     ` Alan Schmitt
2016-01-25 15:11       ` Kyle Meyer
2016-01-25 15:45         ` Alan Schmitt
2016-01-25 17:32           ` Kyle Meyer
2016-01-25 17:37           ` Nick Dokos [this message]
2016-01-26 10:23             ` Alan Schmitt

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=87a8ntzhke.fsf@alphaville.usersys.redhat.com \
    --to=ndokos@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 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.