From 84cd8a677c5148f4905de0dbb1c5f147a3bd2ad5 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 4 Mar 2023 10:57:04 +0100 Subject: [PATCH] Fix typo in previous commit --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 2bcd916..4e7ebbd 100644 --- a/README.org +++ b/README.org @@ -2135,7 +2135,7 @@ unbind the `org-babel' interface functions when ACTIVE is nil." (interactive "SDeactivate language: ") (if (set-org-babel-language-activity lang nil) (message "Did deactivate `%s' for `org-babel'" lang) - (message "Can't deactivate `%s' for `org-babel'" lang))) + (message "Can't deactivate `%s' for `org-babel'" lang)))) #+end_src #+caption[Set =org-link= options]: