org-tree-slide
org-tree-slide copied to clipboard
slide movement question
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:
- 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
- When I use
C-<f7>, and move the cursor toslide 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!
Hi! Thank you for reporting it. I'll check later :)
Friendly bump!
Even more friendly bump :-)