* keyboard command request: jumping to links in org mode
@ 2007-01-25 2:54 T. V. Raman
2007-01-25 16:41 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: T. V. Raman @ 2007-01-25 2:54 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I need a keyboard command to move through the links in an
org-mode buffer; I cant find something that will do this at
present.
This means that I need to use regular word navigation commands at
present to navigate to a link on a line before hitting c-c c-o
--- tab would have been a possible key to use for this but it's
already taken.
Key choice aside I'd like two interactive commands, org-next-link
and org-previous-link --- should basically come down to executing
(goto-char (next-single-property-change ..)) of the right
property.
Do you think something like this could be added?
--
Best Regards,
--raman
Email: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: keyboard command request: jumping to links in org mode
2007-01-25 2:54 keyboard command request: jumping to links in org mode T. V. Raman
@ 2007-01-25 16:41 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2007-01-25 16:41 UTC (permalink / raw)
To: raman; +Cc: emacs-orgmode
OK, I will put these functions into 4.63.
As for key bindings, C-n, C-p or M-n, M-p come to
mind - but I don't think I can give you these as default,
so please define keys yourself.
You might want to combine this with
(setq org-return-follows-link t)
or
(setq org-tab-follows-link t)
- Carsten
On Jan 25, 2007, at 3:54, T. V. Raman wrote:
> Hi,
>
> I need a keyboard command to move through the links in an
> org-mode buffer; I cant find something that will do this at
> present.
>
> This means that I need to use regular word navigation commands at
> present to navigate to a link on a line before hitting c-c c-o
> --- tab would have been a possible key to use for this but it's
> already taken.
>
> Key choice aside I'd like two interactive commands, org-next-link
> and org-previous-link --- should basically come down to executing
> (goto-char (next-single-property-change ..)) of the right
> property.
>
> Do you think something like this could be added?
>
> --
> Best Regards,
> --raman
>
>
> Email: raman@users.sf.net
> WWW: http://emacspeak.sf.net/raman/
> AIM: emacspeak GTalk: tv.raman.tv@gmail.com
> PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
> Google: tv+raman
> IRC: irc://irc.freenode.net/#emacs
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-25 17:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-25 2:54 keyboard command request: jumping to links in org mode T. V. Raman
2007-01-25 16:41 ` Carsten Dominik
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.