You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 pressing RET the minibuffer will show Notebook name: ~/Audio. Pressing RET 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):
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
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
The text was updated successfully, but these errors were encountered: