org-as-mac-chrome-get-frontmost-url: Fix to remove unneeded double quotes.
commit22af33a015ad4cd6e9ec7330c2d04131cb774aa8
authorAlex Poslavsky <alexander.poslavsky@gmail.com>
Sat, 21 Dec 2013 17:08:27 +0000 (21 19:08 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 22 Dec 2013 08:17:43 +0000 (22 09:17 +0100)
tree56dc878f2c991bb54c343c5eb6d5fbd34d21f4df
parent8e00dbb00ba024c3d2c36640b36be3de37f4b872
org-as-mac-chrome-get-frontmost-url: Fix to remove unneeded double quotes.

* contrib/lisp/org-mac-link.el: Fix bug: remove double quotes.

TINYCHANGE

Applescript returns the link and description in quotes like this:

[["http://orgmode.org/worg/org-contribute.html#sec-4][How to contribute to Org?"]]

The fix changes it to this:

[[http://orgmode.org/worg/org-contribute.html#sec-4][How to contribute to Org?]]
contrib/lisp/org-mac-link.el