diff options
-rw-r--r-- | org-fc-core.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org-fc-core.el b/org-fc-core.el index 1b6a608..e9c6863 100644 --- a/org-fc-core.el +++ b/org-fc-core.el @@ -664,6 +664,8 @@ Positions are shuffled in a way that preserves the order of the (interactive) (let ((path (expand-file-name "demo.org" org-fc-source-path))) (with-current-buffer (find-file path) + ;; Prevent any changes to the demo file + (read-only-mode 1) (org-fc-review-buffer)))) ;;; Contexts |