summaryrefslogtreecommitdiff
path: root/org-fc.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc.el')
-rw-r--r--org-fc.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/org-fc.el b/org-fc.el
index 7857ac4..2858a3c 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -647,7 +647,9 @@ Argument UPDATE-FN Function to update a card when it's contents have changed."
("back"
(outline-hide-subtree)
(if (org-fc-has-back-heading-p)
- (outline-hide-entry)
+ (org-fc-with-point-at-back-heading
+ (org-fc-show-latex)
+ (outline-show-entry))
(org-show-entry)
(setq org-fc-type-double--overlay (org-fc-hide-heading "[...]"))))
(_ (error "Invalid double position %s" position))))