From: Bastien <bzg@gnu.org>
To: Sergei Nosov <sergei.nosov@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Regression: org-translate-link doesn't work correctly in Org 8.3
Date: Wed, 19 Aug 2015 12:25:15 +0200 [thread overview]
Message-ID: <87bne3mv78.fsf@gnu.org> (raw)
In-Reply-To: <CADi+Rs-CPLiuL1MCeM3nWva66RnYwStTRa+Qp0RNdbj-43ddxg@mail.gmail.com> (Sergei Nosov's message of "Wed, 19 Aug 2015 12:58:52 +0300")
Hi Sergei,
wild guess: what if you simply make the ":" optional like this:
(string-match "\\([a-zA-Z0-9]+\\):\\(.*\\)" s)
(string-match "\\([a-zA-Z0-9]+\\):?\\(.*\\)" s)
^^^
?
--
Bastien
next prev parent reply other threads:[~2015-08-19 10:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-19 9:58 Regression: org-translate-link doesn't work correctly in Org 8.3 Sergei Nosov
2015-08-19 10:25 ` Bastien [this message]
2015-08-19 10:39 ` Nicolas Goaziou
2015-08-19 10:53 ` Sergei Nosov
2015-08-19 10:55 ` Bastien
2015-08-19 13:28 ` Nicolas Goaziou
2015-08-19 13:55 ` Sergei Nosov
2015-08-21 12:11 ` Nicolas Goaziou
2015-08-21 12:48 ` Sergei Nosov
2015-08-21 13:04 ` Nicolas Goaziou
2015-08-21 18:44 ` Achim Gratz
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bne3mv78.fsf@gnu.org \
--to=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=sergei.nosov@gmail.com \
/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 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.