|
@@ -254,10 +254,7 @@ Shows a list of commands and prompts for another key to execute a command."
|
|
|
(get-text-property (point) 'org-marker)))
|
|
|
(unless marker
|
|
|
(error "No item in current line")))
|
|
|
- (save-excursion
|
|
|
- (when marker
|
|
|
- (set-buffer (marker-buffer marker))
|
|
|
- (goto-char marker))
|
|
|
+ (org-with-point-at marker
|
|
|
(org-back-to-heading-or-point-min t)
|
|
|
(save-excursion
|
|
|
(save-window-excursion
|