Kungsgeten / org-brain

Org-mode wiki + concept-mapping
MIT License
1.72k stars 102 forks source link

rename heading file #357

Open tunesmith opened 3 years ago

tunesmith commented 3 years ago

Minor feature request - you know how if you only use header entries, you can still create new files (of header entries) using c? It'd be nice to have a command to rename those files. I tried renaming a file from the shell and things got all messed up. It took a while to realize I could fix that with org-update-id-locations.

org-brain-rename-file doesn't work in that case, I got an error that said

Wrong type argument: fixnump, ("<headline title> "<id>")

Maybe that could be expanded to handle rename in either case.

Kungsgeten commented 3 years ago

Hi! Seems like a bug. I don't quite understand your setup here. Could you explain the steps to recreate the issue? I assume you have org-brain-include-file-entries set to nil?