Johan Ekenberg writes:
> - Start emacs: 'emacs -Q'
> - Paste this function into the scratch buffer and evaluate it:
> (defun test-org-insertion-fontification ()
> (interactive)
> (let* ((chunks
> '("#+begin_src elisp\n"
> "(+ 1 2)"
> "\n#+end_src\
Originally sent to bug-gnu-emacs but was asked to file as an Org bug:
--text follows this line--
- Start emacs: 'emacs -Q'
- Paste this function into the scratch buffer and evaluate it:
(defun test-org-insertion-fontification ()
(interactive)
(let* ((chunks
'("#+begin_src el