Fix bug in org-goto `outline-path-completion' interface
commit30f06ae2b55513f55212931a600c8cb1dfa7378a
authorToby S. Cubitt <tsc25@cantab.net>
Wed, 8 Feb 2012 09:21:13 +0000 (8 10:21 +0100)
committerBastien Guerry <bzg@altern.org>
Mon, 13 Feb 2012 15:19:06 +0000 (13 16:19 +0100)
treebe5b3aabdc78cf9335b6994c73ff25a3e0ef8b5c
parent762c3047a89f967f58e93c9cdd24aff36405afc1
Fix bug in org-goto `outline-path-completion' interface

* lisp/org.el (org-goto): call org-refile-get-location with NO-EXCLUDE
argument set, otherwise not only are headlines in the current subtree
excluded, but it throws an error if point happens not to be within a
subtree (e.g. at start of buffer).

TINYCHANGE
lisp/org.el