emacs-orgmode
[Top][All Lists]
Advanced

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

[O] lexical-binding is not set for org src mode


From: Jisang Yoo
Subject: [O] lexical-binding is not set for org src mode
Date: Wed, 28 Aug 2013 03:53:39 +0900

elisp code blocks do not recognize lexical-binding in org src edit
mode. For example, if I press C-c . on the following block, the buffer
does not have lexical-binding set to t.

#+BEGIN_SRC elisp
  ;; -*- lexical-binding: t; -*-

  (message "%S" lexical-binding)
#+END_SRC

Is there a workaround?



reply via email to

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