diff options
author | Leon Rische <leon.rische@me.com> | 2020-06-26 14:21:31 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-06-26 14:21:31 +0200 |
commit | ebb1ca23969c301fb3eaed238375e1f65f2bf420 (patch) | |
tree | 3d5e94ef420069d56e100c420c69e7f230698c2d /org-fc.el | |
parent | d20bbc99d2925503f2ec3395bdf77daa403e0c4f (diff) |
Don't inhibit messages during review
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |