Fix bug in org-goto `outline-path-completion' interface
commit2d4b9c05f2dfbabcfc7ba161b9524233559ec811
authorToby S. Cubitt <tsc25@cantab.net>
Wed, 8 Feb 2012 09:21:13 +0000 (8 10:21 +0100)
committerEric Schulte <eric.schulte@gmx.com>
Sun, 19 Feb 2012 15:06:02 +0000 (19 08:06 -0700)
treea46798f3506914724757590eaf80066dfcfb7707
parent37e35d2bb55dd5d478f43d87f188731f725a2946
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