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

Pressing enter after a link at the end of the file opens the file whose name is the content of the document #51

Open
lorenzhs opened this issue May 13, 2015 · 1 comment
Labels

Comments

@lorenzhs
Copy link

Example:

* foo bar baz
  -> yay [[https://github.com/danielmagnussons/orgmode]]

Cursor is at the very last position (after the ]]). Pressing enter will open the file ./* foo bar baz\n -> yay [[https (it strips at the colon, for whatever reason).

Expected behaviour: If the link is in any other position in the document, the same action inserts a newline.

@danielmagnussons
Copy link
Owner

I had problems reproducing this one. But then I noticed, if this example line is last line in the file and no newlines after this example line, weird things happens. Nice find =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants