From b0a65f86b060b2e5a9e66ee830e31d1b0cec5966 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 5 Jun 2024 12:23:43 +0300 Subject: Remove duplicate func --- gnosis.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gnosis.el b/gnosis.el index 86fb146..821d5ab 100644 --- a/gnosis.el +++ b/gnosis.el @@ -929,14 +929,6 @@ Works both with {} and {{}} to make easier to import anki notes." word string))) string) -(defun gnosis-cloze-remove-tags (string) - "Remove cx-tags in STRING. - -Works both with {} and {{}} to make easier to import anki notes." - (let* ((regex "{\\{1,2\\}c\\([0-9]+\\)::?\\(.*?\\)}\\{1,2\\}") - (result (replace-regexp-in-string regex "\\2" string))) - result)) - (defun gnosis-cloze-extract-answers (str) "Extract cloze answers for STR. -- cgit v1.2.3