Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Kungsgeten/org-brain
Browse files Browse the repository at this point in the history
  • Loading branch information
Kungsgeten committed May 27, 2020
2 parents 7461039 + 3ce2a33 commit c1d1643
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion org-brain.el
Original file line number Diff line number Diff line change
Expand Up @@ -3220,7 +3220,9 @@ LINK-TYPE will be \"brain\" by default."
nil choice))))
(let ((link (concat link-type ":"
(if (org-brain-filep choice) choice (nth 2 choice)))))
(push link org-link--insert-history)
(if (version< (org-release) "9.3")
(push link org-insert-link-history)
(push link org-link--insert-history))
(push `(,link ,(org-brain-title choice)) org-stored-links)
link)))

Expand Down

0 comments on commit c1d1643

Please sign in to comment.