Use org-fold-show-context instead of obsolete function alias

To avoid having to create a wrapper function and silence the byte-
compiler for both when using a pre-rename and post-rename Org, keep
it simple and just depend on Org 9.6.
This commit is contained in:
Jonas Bernoulli
2025-02-18 01:00:59 +01:00
committed by Dustin Farris
parent 719594dfc7
commit 551ff3b17e
13 changed files with 16 additions and 16 deletions

View File

@ -6,7 +6,7 @@
;; URL: https://github.com/org-roam/org-roam
;; Keywords: org-mode, roam, convenience
;; Version: 2.2.2
;; Package-Requires: ((emacs "26.1") (org "9.4") (org-roam "2.1"))
;; Package-Requires: ((emacs "26.1") (org "9.6") (org-roam "2.1"))
;; This file is NOT part of GNU Emacs.