Skip to content

Commit

Permalink
chore: Add an alias
Browse files Browse the repository at this point in the history
  • Loading branch information
meedstrom committed Aug 24, 2024
1 parent ded0197 commit 978fd56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions org-node-changes.el
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ hardcoded strings."
(define-obsolete-function-alias
'org-node-helper/filename->ymd #'org-node-helper-filename->ymd "2024-08-24")

(define-obsolete-function-alias
'org-node-helper/mk-series-with-tag-sorted-by-property
#'org-node-mk-series-on-tag-sorted-by-property "2024-08-24")

(provide 'org-node-changes)

;;; org-node-changes.el ends here

0 comments on commit 978fd56

Please sign in to comment.