From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org-mac-link misplaced quotes? Date: Sun, 22 Dec 2013 09:20:06 +0100 Message-ID: <8738ll9u15.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VueGr-0006o8-TX for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 03:20:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VueGh-0005wx-Tf for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 03:20:21 -0500 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:34444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VueGh-0005wt-Ms for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 03:20:11 -0500 Received: by mail-wi0-f169.google.com with SMTP id j9so1591595wiv.2 for ; Sun, 22 Dec 2013 00:20:11 -0800 (PST) In-Reply-To: (Alexander Poslavsky's message of "Sat, 21 Dec 2013 19:27:09 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alexander Poslavsky Cc: Org Mode Hi Alexander, Alexander Poslavsky writes: > I regularly use org-mac-link from contrib/. It works fine, but > somehow my links are a bit mangled, I get: > > [["http://orgmode.org/worg/org-contribute.html#sec-4][How to > contribute to Org?"]] > > Instead of: > > [[http://orgmode.org/worg/org-contribute.html#sec-4][How to > contribute to Org?]] > > (Notice the quotation-marks, it's how applescript returns the string) > > This small patch fixes that. I hope the patch is done correctly. Applied, thanks. I slightly edited your commit message, please check the changes: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=22af33 -- Bastien