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

denote-rename-buffer-mode option produces error #201

Closed
umbrellaid opened this issue Dec 11, 2023 · 4 comments
Closed

denote-rename-buffer-mode option produces error #201

umbrellaid opened this issue Dec 11, 2023 · 4 comments

Comments

@umbrellaid
Copy link

https://github.com/protesilaos/denote/blob/3dce4a7b5d8eb058c48145b32da2e399a9567043/README.org?plain=1#L2296C16-L2296C16

I was using your sample setup as a starting point to start to learn your denote for emacs. This line gave me the error: "Symbol's function definition is void: denote-rename-buffer-mode". I am running GNU Emacs 29.1. I downloaded denote from multiple sources and tried on more than one computer it still generated the error. I tried to read (I am slowly reading the documentation, thank you for writing all of the documentation so we can learn this is awesome) about this feature and I do NOT need this feature, I am just sharing this error so you are aware of it. I commented it out and now everything works with no errors so far. Thank you for all of the amazing work you do for the community. Take care and be well. (If I did something wrong or if I misunderstand something, I apologize.) Thank you again.

@Jousimies
Copy link

I thought it may be caused by

(provide 'denote-rename-buffer-with-title)

Just try modified (provide 'denote-rename-buffer-with-title) to (provide 'denote-rename-buffer), and reload this file.

Is this a typo ? @protesilaos

protesilaos added a commit that referenced this issue Dec 12, 2023
Thanks to Jousimies for spotting this typo in issue 201 on the GitHub
mirror: <#201>.
@protesilaos
Copy link
Owner

Hello folks!

@umbrellaid it is what @Jousimies correctly points out. Somehow I changed that (a query-replace most probably) and it results in not loading the relevant code.

I just made the change. The new package will take a few hours to build. Please update Denote and try again.

@umbrellaid
Copy link
Author

That fixed it, thank you.

@protesilaos
Copy link
Owner

You are welcome!

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

3 participants