(chore)utils: standardize org-roam-property-add/remove fn signatures (#1930)

This commit is contained in:
Jethro Kuan
2021-10-30 16:21:43 +08:00
committed by GitHub
parent 1b221a1d4a
commit c789531e36
3 changed files with 34 additions and 2 deletions

View File

@ -221,6 +221,14 @@ nodes." org-id-locations-file)
'org-roam-dailies-find-date
'org-roam-dailies-goto-date "org-roam 2.0")
(define-obsolete-function-alias
'org-roam-add-property
'org-roam-property-add "org-roam 2.1")
(define-obsolete-function-alias
'org-roam-remove-property
'org-roam-property-remove "org-roam 2.1")
;;; Obsolete functions
(make-obsolete 'org-roam-get-keyword 'org-collect-keywords "org-roam 2.0")