Skip to content

Commit

Permalink
Ignore plain and angle links
Browse files Browse the repository at this point in the history
Closes #55.
  • Loading branch information
awth13 committed Nov 27, 2023
1 parent eb9f9db commit 81eba5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org-appear.el
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ Return nil if element is not supported by `org-appear-mode'."
(link-ignore-p (and (eq elem-type 'link)
(or (string-match-p "[Cc]ite"
(org-element-property :type elem))
(eq 'plain
(org-element-property :format elem)))))
(memq (org-element-property :format elem)
'(plain angle)))))
(key-ignore-p (and (eq elem-type 'keyword)
(not (memq (intern (downcase
(org-element-property :key elem)))
Expand Down

0 comments on commit 81eba5d

Please sign in to comment.