From: John Kitchin <jkitchin@andrew.cmu.edu>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: canonical way to go beginning of a link
Date: Mon, 04 Jul 2016 14:38:50 -0400 [thread overview]
Message-ID: <m2d1mt8czp.fsf@Johns-MacBook-Air.local> (raw)
Is there a canonical way to jump to the beginning of a link in org-mode,
i.e. the first char?
I usually do something this like:
(goto-char (org-element-property :begin (org-element-context)))
but in things like font-lock it seems slow compared to a regexp. I have
not found a reliable regexp approach though. say I want to search back
for "cite:" with point at the ^ position below:
some text cite:a-key
^
If I run (re-search-backward "cite:") at the point above, it does not go
to the point 2 characters back.
Any ideas?
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
next reply other threads:[~2016-07-04 18:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-04 18:38 John Kitchin [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-06 10:49 canonical way to go beginning of a link Haustedt, Jens
2016-07-06 12:08 ` John Kitchin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2d1mt8czp.fsf@Johns-MacBook-Air.local \
--to=jkitchin@andrew.cmu.edu \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).