From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Branham Subject: How to use org-protocol with text that includes &? Date: Wed, 29 Aug 2018 09:47:34 -0500 Message-ID: <877ek9kz5l.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv1l2-0004Ak-HQ for emacs-orgmode@gnu.org; Wed, 29 Aug 2018 10:47:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv1kz-0000W8-CE for emacs-orgmode@gnu.org; Wed, 29 Aug 2018 10:47:44 -0400 Received: from mail-oi0-x235.google.com ([2607:f8b0:4003:c06::235]:40888) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fv1ky-0000UL-KT for emacs-orgmode@gnu.org; Wed, 29 Aug 2018 10:47:41 -0400 Received: by mail-oi0-x235.google.com with SMTP id l202-v6so9574064oig.7 for ; Wed, 29 Aug 2018 07:47:38 -0700 (PDT) Received: from earth (cpe-70-114-192-208.austin.res.rr.com. [70.114.192.208]) by smtp.gmail.com with ESMTPSA id w84-v6sm3328245oie.40.2018.08.29.07.47.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 29 Aug 2018 07:47:37 -0700 (PDT) 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" To: Org Mode List Hello - I'm struggling with org-protocol capturing text when it includes the symbol &. Here's an example of what I'm sending: emacsclient "org-protocol://capture?url=foo.com&title=bar&body=foobar&foobar2" but the foobar2 doesn't get captured because of the &. Escaping it doesn't seem to help. How should I format text that includes & so that it gets properly captured? Thanks, Alex