emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Cant expand a heading with tab : Subtree (no children)
@ 2024-04-27 14:30 Alexandros Prekates
  2024-04-27 14:54 ` Alexandros Prekates
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexandros Prekates @ 2024-04-27 14:30 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Emacs: 29.1

It happens daily , not initially , but after some hour(s) of using an
org file to try to expand a heading ,that i know that it has subheadings
, and it wont expand and see in the echo area the message : SUBTREE (NO
CHILDREN).

Alexandros.


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

* Re: Cant expand a heading with tab : Subtree (no children)
  2024-04-27 14:30 Cant expand a heading with tab : Subtree (no children) Alexandros Prekates
@ 2024-04-27 14:54 ` Alexandros Prekates
  2024-04-27 16:18 ` Jonathan Gregory
  2024-04-28 12:37 ` Ihor Radchenko
  2 siblings, 0 replies; 6+ messages in thread
From: Alexandros Prekates @ 2024-04-27 14:54 UTC (permalink / raw)
  To: emacs-orgmode

On Sat, 27 Apr 2024 14:30:12 +0000
Alexandros Prekates <aprekates@posteo.net> wrote:

> Emacs: 29.1
> 
> It happens daily , not initially , but after some hour(s) of using an
> org file to try to expand a heading ,that i know that it has
> subheadings , and it wont expand and see in the echo area the message
> : SUBTREE (NO CHILDREN).
> 
> Alexandros.
> 

I forgot to add: 
Org mode version 9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)


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

* Re: Cant expand a heading with tab : Subtree (no children)
  2024-04-27 14:30 Cant expand a heading with tab : Subtree (no children) Alexandros Prekates
  2024-04-27 14:54 ` Alexandros Prekates
@ 2024-04-27 16:18 ` Jonathan Gregory
  2024-04-27 20:38   ` Rudolf Adamkovič
  2024-04-28 12:37 ` Ihor Radchenko
  2 siblings, 1 reply; 6+ messages in thread
From: Jonathan Gregory @ 2024-04-27 16:18 UTC (permalink / raw)
  To: Alexandros Prekates; +Cc: emacs-orgmode@gnu.org


On 27 Apr 2024, Alexandros Prekates wrote:

> It happens daily , not initially , but after some hour(s) of 
> using an org file to try to expand a heading ,that i know that 
> it has subheadings , and it wont expand and see in the echo area 
> the message : SUBTREE (NO CHILDREN).

I see this too. The only way to access the subtree again is to 
kill the buffer and reopen the file.

Org mode version 9.6.15 (release_9.6.15 @ 
/snap/emacs/current/usr/share/emacs/30.0.50/lisp/org/)

-- 
Jonathan


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

* Re: Cant expand a heading with tab : Subtree (no children)
  2024-04-27 16:18 ` Jonathan Gregory
@ 2024-04-27 20:38   ` Rudolf Adamkovič
  0 siblings, 0 replies; 6+ messages in thread
From: Rudolf Adamkovič @ 2024-04-27 20:38 UTC (permalink / raw)
  To: Jonathan Gregory, Alexandros Prekates; +Cc: emacs-orgmode@gnu.org

Jonathan Gregory <jgrg@autistici.org> writes:

> I see this too.

+1 here.

Rudy
-- 
"Thinking is a momentary dismissal of irrelevancies."
--- Richard Buckminster Fuller, 1969

Rudolf Adamkovič <rudolf@adamkovic.org> [he/him]
Studenohorská 25, 84103 Bratislava, Slovakia, European Union


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

* Re: Cant expand a heading with tab : Subtree (no children)
  2024-04-27 14:30 Cant expand a heading with tab : Subtree (no children) Alexandros Prekates
  2024-04-27 14:54 ` Alexandros Prekates
  2024-04-27 16:18 ` Jonathan Gregory
@ 2024-04-28 12:37 ` Ihor Radchenko
  2024-05-01 16:38   ` Alexandros Prekates
  2 siblings, 1 reply; 6+ messages in thread
From: Ihor Radchenko @ 2024-04-28 12:37 UTC (permalink / raw)
  To: Alexandros Prekates; +Cc: emacs-orgmode@gnu.org

Alexandros Prekates <aprekates@posteo.net> writes:

> Emacs: 29.1
>
> It happens daily , not initially , but after some hour(s) of using an
> org file to try to expand a heading ,that i know that it has subheadings
> , and it wont expand and see in the echo area the message : SUBTREE (NO
> CHILDREN).

Please try

(1) (setq org-fold-core-style 'overlays) early in your init
(2) Use the latest development version of Org mode.

-- 
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] 6+ messages in thread

* Re: Cant expand a heading with tab : Subtree (no children)
  2024-04-28 12:37 ` Ihor Radchenko
@ 2024-05-01 16:38   ` Alexandros Prekates
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandros Prekates @ 2024-05-01 16:38 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode@gnu.org

On Sun, 28 Apr 2024 12:37:38 +0000
Ihor Radchenko <yantar92@posteo.net> wrote:

> Alexandros Prekates <aprekates@posteo.net> writes:
> 
> > Emacs: 29.1
> >
> > It happens daily , not initially , but after some hour(s) of using
> > an org file to try to expand a heading ,that i know that it has
> > subheadings , and it wont expand and see in the echo area the
> > message : SUBTREE (NO CHILDREN).
> 
> Please try
> 
> (1) (setq org-fold-core-style 'overlays) early in your init
> (2) Use the latest development version of Org mode.
> 

Thanks . I added (setq org-fold-core-style 'overlays) in my init.el
If doesnt work i will email back.


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

end of thread, other threads:[~2024-05-01 16:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-27 14:30 Cant expand a heading with tab : Subtree (no children) Alexandros Prekates
2024-04-27 14:54 ` Alexandros Prekates
2024-04-27 16:18 ` Jonathan Gregory
2024-04-27 20:38   ` Rudolf Adamkovič
2024-04-28 12:37 ` Ihor Radchenko
2024-05-01 16:38   ` Alexandros Prekates

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).