org-tree-slide icon indicating copy to clipboard operation
org-tree-slide copied to clipboard

slide movement question

Open ZhengshuaiPENG opened this issue 5 years ago • 3 comments

Hi, I have a question about moving to the previous slide.

my conf like this

           ("C-<f7>" . org-tree-slide-mode)
           :map org-tree-slide-mode-map
           ("<left>" . org-tree-slide-move-previous-tree)
           ("<right>" . org-tree-slide-move-next-tree)

And if I have an org file as below:

* slide
** slide 1
*** slide 1.1
+ bullet 1
+ bullet 2
*** slide 1.2
+ bullet 1
+ bullet 2
** slide 2
*** slide 2.1
+ bullet 1
+ bullet 2
*** slide 2.2
+ bullet 1
+ bullet 2

Several strange behaviors:

  1. When I use C-<f7>, it changes to the presentation mode. The screen shows
* slide
** slide 1
** slide 2

And then I press <right> directly, the screen shows

*** slide 2.2
+ bullet 1
+ bullet 2

I think that when I press <right>, the screen should show below instead

** slide 1
*** slide 1.1
*** slide 1.2
  1. When I use C-<f7>, and move the cursor to slide 2, press <right>, then the screen shows
** slide 2
*** slide 2.1
*** slide 2.2

and then move the cursor to slide 2.2, press <right>, the screen shows

*** slide 2.2
+ bullet 1
+ bullet 2

But it's strange that when I press <left>, the screen shows

* slide
** slide 1
** slide 2

But I think it's should be

** slide 2
*** slide 2.1
*** slide 2.2

I wonder that if these behaviors are by design or there is another way to use it?

Thanks in advance! Awesome plugin!

ZhengshuaiPENG avatar Jul 31 '20 07:07 ZhengshuaiPENG

Hi! Thank you for reporting it. I'll check later :)

takaxp avatar Jul 31 '20 07:07 takaxp

Friendly bump!

acheam0 avatar Mar 28 '21 00:03 acheam0

Even more friendly bump :-)

refaelsh avatar May 11 '23 19:05 refaelsh