Open bigDaddyS1oth opened 6 years ago
I was unable to reproduce the problem.
I suspect, based on a static code trace, that ido-read-file-name
is probably causing the problem.
Could you please try on a "fresh install" of emacs? As in make a temporary dir with a skeletal .emacs
which includes practically just org-notebook and then HOME=tmpdir emacs
Same problem here, using Doom Emacs. Prompt gets stuck on "New Notebook Name"
It's sort of a weird issue. I'm just taking notes while learning Apache Spark through a course I got on Udemy.
Behaviour
Doing
M-x org-notebook-new-notebook
and typing in a name for the notebook (for me it's~/Documents/OrgProgShit/Apache-Spark
) and upon pressingRET
the minibuffer will showNotebook name: ~/Audio
. PressingRET
again says/home/my_user/Audio/[some random audio file in that directory]
. This happens always regardless of the name given for the new notebook, whether you type in.org
after the name, and if there's a specific created empty directory for the new notebook.Expected Behaviou
Actually being about to create a new notebook, or at least getting an error for why I can't create one.
Configuration files
Here's all I have in a file that I load in my
init.el
for Org stuff (path to it is~/.emacs.d/layers/org/org-cfg.el
):System Info and such
OS: GNU/Linux Emacs Version: 25.3.1 Org Version (from Melpa): 2017-12-25 Org-Notebook Version (from Melpa): 2017-03-21.2152