emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* outline-* -> org-* possible?
@ 2023-06-11  0:42 Samuel Wales
  2023-06-11 10:24 ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Wales @ 2023-06-11  0:42 UTC (permalink / raw)
  To: emacs-orgmode

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: outline-* -> org-* possible?
  2023-06-11  0:42 outline-* -> org-* possible? Samuel Wales
@ 2023-06-11 10:24 ` Ihor Radchenko
  2023-06-12  1:51   ` Samuel Wales
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2023-06-11 10:24 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

Samuel Wales <samologist@gmail.com> writes:

> 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:

Almost all the org-* alternatives are available, except
outline-next-heading/outline-previous-heading, which will remain
functional. Org provides
org-next-visible-heading/org-previous-visible-heading though, which are
more useful interactively.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: outline-* -> org-* possible?
  2023-06-11 10:24 ` Ihor Radchenko
@ 2023-06-12  1:51   ` Samuel Wales
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Wales @ 2023-06-12  1:51 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

thank you.  it looks like outline-hide-subtree is the only one i will
need to synchronously change, to an org-fold version.


On 6/11/23, Ihor Radchenko <yantar92@posteo.net> wrote:
> Samuel Wales <samologist@gmail.com> writes:
>
>> 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:
>
> Almost all the org-* alternatives are available, except
> outline-next-heading/outline-previous-heading, which will remain
> functional. Org provides
> org-next-visible-heading/org-previous-visible-heading though, which are
> more useful interactively.
>
> --
> Ihor Radchenko // yantar92,
> Org mode contributor,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
>


-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-12  1:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-11  0:42 outline-* -> org-* possible? Samuel Wales
2023-06-11 10:24 ` Ihor Radchenko
2023-06-12  1:51   ` Samuel Wales

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).