all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link
@ 2016-06-11  0:05 Dima Kogan
  2016-06-11 11:37 ` Rasmus
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Dima Kogan @ 2016-06-11  0:05 UTC (permalink / raw)
  To: 23745

Hi. Consider this org-mode file:

=====================
* aaaa
bbbbb

* cccc
[[aaaa]]
=====================

With the point at the [[aaaa]] link, I can visit the aaaa heading with
C-c C-o (org-open-at-point), and I can go back to where I was with the
org-specific C-c & (org-mark-ring-goto). But I should also be able to go
back with C-u C-SPC (effectively pop-to-mark-command), since that works
for inside-the-same-buffer jumps in all other emacs context, including
non-org ones. I suspect all we would need to do is to
(push-mark-command) before we jump in (org-open-at-point). Is this
simply forgotten, or was it omitted on purpose? If the former, I'll post
a patch.

dima





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-02-27  2:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-11  0:05 bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link Dima Kogan
2016-06-11 11:37 ` Rasmus
2016-06-11 11:37 ` Rasmus
2018-02-27  0:10 ` Nicolas Goaziou
2018-02-27  0:10 ` Nicolas Goaziou
2018-02-27  2:12   ` bug#23745: " Samuel Wales
2018-02-27  2:12   ` bug#23745: [O] " Samuel Wales
2018-02-27  2:12   ` bug#23745: " Samuel Wales

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.