Re: Unable to unfold a folded block having point directly after the folded block

2023-07-21 Thread Ihor Radchenko
Vlastimil Vondra writes: > Perfect, org-reveal is working as well, haven't known about that! But it > would be good that org-reveal is called automatically before org-cycle, > because when going through the task list, I'm just expanding by tab. It is > not really convenient to use tab and when

Re: Unable to unfold a folded block having point directly after the folded block

2023-07-20 Thread Evgenii Klimov
Hi Vlastimil Vondra writes: > Perfect, org-reveal is working as well, haven't known about that! But it > would be good that org-reveal is called automatically before org-cycle, > because when > going through the task list, I'm just expanding by tab. It is not really > convenient to use tab

Re: Unable to unfold a folded block having point directly after the folded block

2023-07-20 Thread Vlastimil Vondra
Perfect, org-reveal is working as well, haven't known about that! But it would be good that org-reveal is called automatically before org-cycle, because when going through the task list, I'm just expanding by tab. It is not really convenient to use tab and when reaching error (or no unfold) then

Re: Unable to unfold a folded block having point directly after the folded block

2023-07-20 Thread Ihor Radchenko
[ Adding Org mailing list back to CC ] Vlastimil Vondra writes: > Sorry, I think I've sent the reply in wrong manner. I was trying to reply > to this conversation https://list.orgmode.org/87ty4b7ofr@gnu.org/t/ > where Reiner wrote that he is not able to unfold tree if folded and at the >

Re: Unable to unfold a folded block having point directly after the folded block

2023-07-20 Thread Ihor Radchenko
Vlastimil Vondra writes: > Unable to unfold a folded block having point directly after the folded block I tried to reproduce the problem and I cannot. May you please provide more details? See https://orgmode.org/manual/Feedback.html#Feedback -- Ihor Radchenko // yantar92, Org m

Re: Unable to unfold a folded block having point directly after the folded block

2023-07-20 Thread Vlastimil Vondra
Hi all, I solved it by using "(org-end-of-line)" before "(org-cycle)" (defun my/org-cycle ( arg)   "adjust org-cycle"   (interactive "P")   (org-end-of-line)   (org-cycle arg)   ) I hope it could be useful to somebody. Best regards, Vlastimil Vondra

Re: [O] Unable to unfold a folded block having point directly after the folded block

2012-01-10 Thread Rainer Stengele
Am 04.01.2012 11:27, schrieb Bastien: Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: I just pulled and checked but cannot see a change. Did you check in the fix already? Yes I did. Try with (setq org-special-ctrl-a/e nil) C-e goes *after* the end of the

Re: [O] Unable to unfold a folded block having point directly after the folded block

2012-01-04 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: I just pulled and checked but cannot see a change. Did you check in the fix already? Yes I did. Try with (setq org-special-ctrl-a/e nil) C-e goes *after* the end of the invisible region and TAB will do nothing here, either in

Re: [O] Unable to unfold a folded block having point directly after the folded block

2012-01-03 Thread Rainer Stengele
Am 02.01.2012 19:53, schrieb Bastien: Hi Rainer, Rainer Stengelerainer.steng...@online.de writes: Having *** Headline :LOGBOOK: - point is at the end of the headline - moving one line down I am at the end of the LOGBOOK line There I cannot open the folded LOGBOOK block withTAB. I

Re: [O] Unable to unfold a folded block having point directly after the folded block

2012-01-02 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: Having *** Headline :LOGBOOK: - point is at the end of the headline - moving one line down I am at the end of the LOGBOOK line There I cannot open the folded LOGBOOK block with TAB. I have to move point one character

[O] Unable to unfold a folded block having point directly after the folded block

2011-12-21 Thread Rainer Stengele
Hi, I experience an annoying behaviour: Having *** Headline :LOGBOOK: - point is at the end of the headline - moving one line down I am at the end of the LOGBOOK line There I cannot open the folded LOGBOOK block with TAB. I have to move point one character back in order to unfold it