[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
outline-* -> org-* possible?
From: |
Samuel Wales |
Subject: |
outline-* -> org-* possible? |
Date: |
Sat, 10 Jun 2023 17:42:40 -0700 |
i am running an ancient org version. i noticed this, referring to an
unknown future-to-mine version.
+backend. From now on, using =outline-*= functions is strongly
+discouraged when working with Org files.
before i try to upgrade, i'd like to know if possible whether with
this change, org- versions of outline- identifiers were added to make
it possible to substitute org- for outline-, at least in most cases?
in my old version, i am finding functions and variables named
outline-* that have no obvious org-* replacement. a few do, and a few
can be substituted with no probable issues. here are examples of
stuff i might in principle be running:
$ grep -oh '(outline-[^) ]*' *.el|sort -u
(outline-back-to-heading
(outline-backward-same-level
(outline-flag-region
(outline-forward-same-level
(outline-hide-subtree
(outline-invisible-p
(outline-mark-subtree
(outline-next-heading
(outline-on-heading-p
(outline-previous-heading
(outline-show-children
(outline-up-heading
thanks.
- outline-* -> org-* possible?,
Samuel Wales <=