emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Change mode in org-edit-special


From: Berry, Charles
Subject: Re: [O] Change mode in org-edit-special
Date: Fri, 2 Feb 2018 18:07:32 +0000


> On Feb 1, 2018, at 9:07 PM, address@hidden wrote:
> 
> Is there a safe way to change mode in an org-edit-special buffer?

The safest thing would be to customize `org-src-lang-modes' so the buffer is 
created with the mode you want to edit in. 

Or if you want to edit in that mode only occasionally write a small function 
that let-binds `org-src-lang-modes` to the value you need and use that function 
as needed to create the buffer in that mode.

As far as changing major mode while already editing, the responses here might 
help:

https://emacs.stackexchange.com/questions/21940/avoid-minor-modes-from-turning-off-when-changing-restarting-major-mode

HTH,

Chuck



reply via email to

[Prev in Thread] Current Thread [Next in Thread]