I use the goto interface of org-refile a lot to navigate in my
org files and I often run into the annoying behavior that goto
insists on using local target format when jumping to a header in
the current buffer.

For example, let's assume I have a todo.org file in which there's
a heading called 'test'. If I'm in an other org file then I can
jump to this heading easily with completion. Org completes this
target as "test (todo.org)".

After jumping to this target I move somewhere else in todo.org
and then I want to go this "test" target again. I want to do this
by invoking goto and simply selecting the previous history
element "test (todo.org)" from its history and pressing Enter. I
don't want type and complete it again, because the target is
already in the history.

The problem is if I'm in todo.org then goto accepts local targets
only by their name (without the (todo.org) qualifier), so it
accepts the target only as "test", but not as "test (todo.org)".

The two format should be equivalent in all contexts in my opinion and 
goto should accept both of them for the convenience of the user,
regardless of which file is current at the moment.



Reply via email to