From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Capture templates - using result from %^g twice? Date: Fri, 18 Nov 2016 14:53:22 +0000 Message-ID: <87polsn8kd.fsf@gmail.com> References: <87y40hmavd.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7kXi-00023N-Uq for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 09:53:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7kXe-0007J7-0c for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 09:53:31 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:35414) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c7kXd-0007Gz-Pd for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 09:53:25 -0500 Received: by mail-wm0-x230.google.com with SMTP id a197so43186317wmd.0 for ; Fri, 18 Nov 2016 06:53:25 -0800 (PST) In-Reply-To: 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: Rainer M Krug , emacs-orgmode@gnu.org Hi Rainer, 2016ko azaroak 18an, Rainer M Krug-ek idatzi zuen: > >> :SHEET: %(mapconcat #'identity (org-get-tags-at nil t) ":") > > Thanks - this looks good to me, but the ="= causes problems and ends the > template early. I tried to replace =":"= with =':'= but this did =not > work either (invalid-read-syntax). > > How can I get this to work? You need to escape the quotes with a single backslash. -- Aaron Ecay