From c0d5957d88fbb320906225a58dfa583b54060e09 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 7 Mar 2021 13:11:54 +0100 Subject: Extract diff functions --- org-fc-type-text-input.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org-fc-type-text-input.el') diff --git a/org-fc-type-text-input.el b/org-fc-type-text-input.el index 6d8430c..63c63fb 100644 --- a/org-fc-type-text-input.el +++ b/org-fc-type-text-input.el @@ -24,6 +24,8 @@ ;; ;;; Code: +(require 'org-fc-diff) + (defun org-fc-text-input-content () "Return the first line of a cards (back) contents. Returns a pair (pos . string). If the card has a 'Back' heading, -- cgit v1.2.3