We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a notebook my-notebook.org with following content:
my-notebook.org
* MyHeading
I want to have a link to MyHeading in my other notebook, second-notebook.org, so I put this inside it:
MyHeading
second-notebook.org
* Unrelated heading * This is link to [[file:my-notebook.org::*MyHeading][my heading]]
It is saved and displayed as a legitimate link, but when I try to click it, I get this error
File does not exist: /storage/emulated/0/my-notebook.org::*MyHeading
Can we support links to headers, not just links to netbooks? It works in emacs like this.
The text was updated successfully, but these errors were encountered:
Related #565 (to be able to follow such links from the widget view).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have a notebook
my-notebook.org
with following content:I want to have a link to
MyHeading
in my other notebook,second-notebook.org
, so I put this inside it:It is saved and displayed as a legitimate link, but when I try to click it, I get this error
Can we support links to headers, not just links to netbooks? It works in emacs like this.
The text was updated successfully, but these errors were encountered: