Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab doesn't work normally in read-only present #23

Closed
Kazark opened this issue Jan 17, 2020 · 3 comments
Closed

Tab doesn't work normally in read-only present #23

Kazark opened this issue Jan 17, 2020 · 3 comments

Comments

@Kazark
Copy link
Contributor

Kazark commented Jan 17, 2020

I would like to be able to slowly unfurl a slide as I go along, so I'd like to be able to tab the outline open and closed. It works somewhat, but the cursor jumps around and it doesn't entirely work, as if there is a bad interaction of two different bindings going on, or something.

@Kazark
Copy link
Contributor Author

Kazark commented Jan 24, 2020

It works fine for a top-level header, but not when you move off it. As I press it on a top level header, I see echoed, FOLDED, then CHILDREN, then SUBTREE. But none of that gets echoed on a lower-level header.

@Kazark
Copy link
Contributor Author

Kazark commented Jan 24, 2020

If I comment out the following code, this starts working again (though not everything else works well):

    ;; hide stars in headings
    (goto-char (point-min))
    (while (re-search-forward "^\\(*+\\)" nil t)
      (org-present-add-overlay (match-beginning 1) (match-end 1)))

@rlister
Copy link
Owner

rlister commented Aug 6, 2022

Closed by #25 and #26

@rlister rlister closed this as completed Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants