On 2015-01-09 17:12, phillip.lord@newcastle.ac.uk (Phillip Lord) writes: > It's configurable, though. By default, the two windows share the same > text (which is nearly the same behaviour as indirect buffers). But they > can also be different (but related). I use a file or dir-local variable > for this. So, the lentic source code uses: > > ((emacs-lisp-mode > . > ((lentic-init . lentic-orgel-org-init) > (eval . (require 'm-buffer-macro))))) I've used a similar configuration #+begin_src emacs-lisp (add-hook 'emacs-lisp-mode-hook (lambda () (setq lentic-init 'lentic-orgel-org-init))) #+end_src but it's not as nice as in the demo. For instance, the following: #+begin_src emacs-lisp ;;; Code: ;; ** Startup ;; #+begin_src emacs-lisp ;; Turn off mouse interface early in startup to avoid momentary display (if (fboundp 'tool-bar-mode) (tool-bar-mode -1)) (if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1)) #+end_src becomes #+begin_src org * Code ;; ** Startup ;; #+begin_src emacs-lisp ;; Turn off mouse interface early in startup to avoid momentary display (if (fboundp 'tool-bar-mode) (tool-bar-mode -1)) (if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1)) #+end_src Why the "Startup" is not promoted at the org level? Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7