within Emacs. This is mostly straight-forward, but Emacs gives you a some
extra options useful for changing text rapidly.
-** This is a copy!
-
-If you wish to practice on this tutorial, do not worry, you can change it
-freely as it is just a copy.
-
** Editing Text
Changing text happens in Emacs as with most other applications. A blinking
(define-derived-mode tutorial-org-mode org-mode "Tutor"
"A mode for displaying tutorials."
(show-all)
- (setq-local org-hide-emphasis-markers t))
+ (setq-local org-hide-emphasis-markers t)
+ (setq buffer-read-only t))
(defun tutorial-org--display-buffer (tutorial-buffer-name)
(when-let ((tutorial-buffer