Re: [O] set modes for org-edit-special (elisp block)

2016-01-26 Thread Alan Schmitt
Hello, On 2016-01-25 12:37, Nick Dokos writes: > Alan Schmitt 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 >> occu

Re: [O] set modes for org-edit-special (elisp block)

2016-01-25 Thread Nick Dokos
Alan Schmitt 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

Re: [O] set modes for org-edit-special (elisp block)

2016-01-25 Thread Kyle Meyer
Alan Schmitt 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 fi

Re: [O] set modes for org-edit-special (elisp block)

2016-01-25 Thread Alan Schmitt
On 2016-01-25 10:11, Kyle Meyer writes: > Alan Schmitt writes: > >> On 2016-01-24 18:35, Stefan Huchler writes: >> >>> Kyle Meyer writes: >>> Looks like you've got the right variable, but the key should be the language name and the value should be major mode you want.

Re: [O] set modes for org-edit-special (elisp block)

2016-01-25 Thread Kyle Meyer
Alan Schmitt writes: > On 2016-01-24 18:35, Stefan Huchler writes: > >> Kyle Meyer writes: >> >>> >>> Looks like you've got the right variable, but the key should be the >>> language name and the value should be major mode you want. >>> >>> ("elisp" . xah-emacs-lisp) >> >> I changed it a fe

Re: [O] set modes for org-edit-special (elisp block)

2016-01-25 Thread Alan Schmitt
On 2016-01-24 18:35, Stefan Huchler writes: > Kyle Meyer writes: > >> >> Looks like you've got the right variable, but the key should be the >> language name and the value should be major mode you want. >> >> ("elisp" . xah-emacs-lisp) > > I changed it a few times and I think I had it this w

Re: [O] set modes for org-edit-special (elisp block)

2016-01-24 Thread Kyle Meyer
Stefan Huchler writes: > Kyle Meyer writes: > >> >> Looks like you've got the right variable, but the key should be the >> language name and the value should be major mode you want. >> >> ("elisp" . xah-emacs-lisp) > > I changed it a few times and I think I had it this way first, do I have >

Re: [O] set modes for org-edit-special (elisp block)

2016-01-24 Thread Stefan Huchler
Kyle Meyer writes: > > Looks like you've got the right variable, but the key should be the > language name and the value should be major mode you want. > > ("elisp" . xah-emacs-lisp) I changed it a few times and I think I had it this way first, do I have to reload org after it? I closed the

Re: [O] set modes for org-edit-special (elisp block)

2016-01-23 Thread Kyle Meyer
Hello, Stefan Huchler writes: > Hi, > > org-edit-special opens elisp code with emacs-lisp mode, which is not > bad, but I wanted to try out xah-elisp-mode for am while. > > tried to overwrite or shadow the settings with something like > > (add-to-list 'org-src-lang-modes '("xah-elisp" . emacs-li

[O] set modes for org-edit-special (elisp block)

2016-01-23 Thread Stefan Huchler
Hi, org-edit-special opens elisp code with emacs-lisp mode, which is not bad, but I wanted to try out xah-elisp-mode for am while. tried to overwrite or shadow the settings with something like (add-to-list 'org-src-lang-modes '("xah-elisp" . emacs-lisp)) am I here at the right place to change t