summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-06-26 14:21:31 +0200
committerLeon Rische <leon.rische@me.com>2020-06-26 14:21:31 +0200
commitebb1ca23969c301fb3eaed238375e1f65f2bf420 (patch)
tree3d5e94ef420069d56e100c420c69e7f230698c2d
parentd20bbc99d2925503f2ec3395bdf77daa403e0c4f (diff)
Don't inhibit messages during review
-rw-r--r--org-fc.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/org-fc.el b/org-fc.el
index 8dae989..984c0b7 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -1763,9 +1763,7 @@ Valid contexts:
(path (plist-get card :path))
(id (plist-get card :id))
(type (plist-get card :type))
- (position (plist-get card :position))
- ;; Prevent messages from hiding the multiple-choice card dialog
- (inhibit-message t))
+ (position (plist-get card :position)))
(let ((buffer (find-buffer-visiting path)))
(with-current-buffer (find-file path)
;; If buffer was already open, don't kill it after rating the card