From e423eeca3e6cdaa522c3e974c8f403908e43a964 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 20 Aug 2021 17:28:29 -0500 Subject: Allow acdw/copy-region-as-plain in read-only buffers --- lisp/acdw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/acdw.el b/lisp/acdw.el index f642c65..7e82a9a 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -312,7 +312,7 @@ With a prefix argument, run git pull on the repo first." (defun acdw/copy-region-plain (start end) "Copy a region to clipboard, removing all Org formatting." - (interactive "*r") + (interactive "r") (let ((s (buffer-substring-no-properties start end)) (extracted-heading (when (derived-mode-p 'org-mode) (acdw/org-extract-heading-text)))) -- cgit 1.4.1-21-gabe81