-
-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Labels
Description
I'm not an expert on org mode, but from some searches I've made it looks like you can create a link to a specific part of a page with a syntax similar to this one:
[[file:./projects.org::10][Get to line 10 of file "projects.org"]]
[[file:./todo.org::Keyword][Move to file "todo.org" and do a search for "Keyword"]]
I've tried both this syntax using this plugin, but it doesn't seem to work. The only thing I could do was pointing to a specific file, which works correctly.
Is this supported?