org.el: Various fixes to the org-goto interface
commit68acb955f1a16356e580c16210fec4c284ab7580
authorBastien Guerry <bzg@altern.org>
Wed, 2 Jan 2013 09:47:59 +0000 (2 10:47 +0100)
committerBastien Guerry <bzg@altern.org>
Wed, 2 Jan 2013 09:47:59 +0000 (2 10:47 +0100)
tree8c445663e18bed32330acbaafa681f0ade20eb3d
parent6272ff2d18c6ce973159830c136b8f5f015c45c8
org.el: Various fixes to the org-goto interface

* org.el (org-goto-auto-isearch): Enhance docstring.
(org-goto-map): Make a defun, so that the customized value of
org-goto-auto-isearch is correctly initialized.
(org-goto): Initialize the keymap with `org-goto-map'.
(org-get-location): Use *Org Help* as a temporary buffer.
Tell whether auto-isearch is on or off.

Thanks to Tyler Smith for reporting this.
lisp/org.el