summaryrefslogtreecommitdiff
path: root/org-fc-type-normal.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-02-20 13:54:24 +0100
committerLeon Rische <leon.rische@me.com>2020-02-20 13:54:24 +0100
commit556d1516f9a0dd1ed977b99e7cb7436e8d2ee7b1 (patch)
treeaa2b4d23d7de437e5c5a7f1578b88a05222ee87d /org-fc-type-normal.el
parent8320eb514fb3fb3cbfd3690f785b5be8443f4364 (diff)
Fix display of compact normal cards
Diffstat (limited to 'org-fc-type-normal.el')
-rw-r--r--org-fc-type-normal.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org-fc-type-normal.el b/org-fc-type-normal.el
index f1d77fa..dddd5a3 100644
--- a/org-fc-type-normal.el
+++ b/org-fc-type-normal.el
@@ -29,7 +29,8 @@
(if (org-fc-has-back-heading-p)
(progn
(org-show-subtree)
- (setq org-fc-type-normal--hidden (org-fc-hide-subheading "Back"))))
+ (setq org-fc-type-normal--hidden (org-fc-hide-subheading "Back")))
+ (org-flag-subtree t))
(org-fc-review-flip-hydra/body))
(defun org-fc-type-normal-flip ()