Vlastimil Vondra <vlastimil.von...@gmail.com> 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 reaching error (or no unfold) > then hitting C-c C-r. Maybe it's just me.
Try to customize `org-cycle-emulate-tab'. That way, `org-cycle' will try to reveal current heading in more places instead of attempting to perform indentation. I do not think that calling org-reveal before org-cycle is a good idea - it may lead to unexpected results depending on `org-fold-show-context-detail'. You can also create your own custom `personal/org-cycle' command that will (1) call `org-reveal' (2) call `org-cycle'. -- 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>