(minor)org-roam-get-keyword: make-obsolete (#1716)

Prefer Org's org-collect-keywords over org-roam-get-keyword. This
function is not used anywhere, but perhaps some people's configurations
depend on it, so it will be left as is for now.
This commit is contained in:
Jethro Kuan
2021-07-31 14:36:43 +08:00
committed by GitHub
parent cf918c3d18
commit e8b720faad

View File

@ -131,6 +131,7 @@ recursion."
'org-roam-dailies-goto-date "org-roam 2.0")
;;; Obsolete functions
(make-obsolete 'org-roam-get-keyword 'org-collect-keywords "org-roam 2.0")
(provide 'org-roam-compat)