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

add customization option to open note file of current session after kill session #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yanghaoxie
Copy link

If we visit other buffers during we reading a org-noter session, the most recent buffer we visited will be open after we execute org-noter-kill-session.

However, in some situations, we want to visit the note file even after kill session.

This pull request add a customization option to always open note file after org-noter-kill-session.

@weirdNox
Copy link
Owner

Hi there! Thanks for your contribution!
One thing: there are several ways of killing a session, one of which is killing the notes buffer. So, I think this probably should have 3 different possible settings,

  • nil doesn't do anything
  • ressurect always opens the file even if it was killed
  • all other non-nil switches to the file if it is open

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

Successfully merging this pull request may close these issues.

2 participants