summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-fc-overlay.el2
-rw-r--r--org-fc-type-double.el2
2 files changed, 1 insertions, 3 deletions
diff --git a/org-fc-overlay.el b/org-fc-overlay.el
index a096415..92d9ca3 100644
--- a/org-fc-overlay.el
+++ b/org-fc-overlay.el
@@ -165,7 +165,7 @@ the current topic."
(save-excursion
(org-fc-goto-entry-heading)
(let* ((end (org-fc-overlay--point-at-end-of-previous))
- (tags (org-get-tags nil t))
+ (tags (org-get-tags-at nil 'local))
(notitle (member "notitle" tags))
(noheading (member "noheading" tags))
(el (org-element-at-point))
diff --git a/org-fc-type-double.el b/org-fc-type-double.el
index 52379fe..33c75a5 100644
--- a/org-fc-type-double.el
+++ b/org-fc-type-double.el
@@ -41,8 +41,6 @@
(org-fc-review-flip-hydra/body))
(defun org-fc-type-double-flip ()
- (message "double flip")
- (pp org-fc-type-double--overlay)
(if org-fc-type-double--overlay
(delete-overlay org-fc-type-double--overlay))
(org-show-subtree)