Skip to content

Commit

Permalink
Bugfix: Resource links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kungsgeten committed Jun 2, 2020
1 parent 8a727b0 commit c9c6995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-brain.el
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ The car is the raw-link and the cdr is the description."
(let ((links
(delete-dups
(with-temp-buffer
(insert-file-contents (org-brain-entry-path entry))
(insert (org-brain-text entry t))
(org-element-map (org-brain-entry-data entry) 'link
(lambda (link)
(unless (member (org-element-property :type link)
Expand Down

1 comment on commit c9c6995

@Kungsgeten
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.