From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Percent signs in org-remember-templates Date: Mon, 24 Aug 2009 07:17:52 +0200 Message-ID: <1E8353CA-3556-48CA-B597-6E1A06E33283@gmail.com> References: <874oryuhki.fsf_-_@zinc.branchcut.ath.cx> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfRwP-0002JS-8U for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 01:18:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfRwK-0002FO-7s for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 01:18:00 -0400 Received: from [199.232.76.173] (port=41839 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfRwJ-0002FJ-UV for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 01:17:56 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]:39426) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfRwJ-00061l-LK for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 01:17:55 -0400 Received: by ey-out-1920.google.com with SMTP id 5so629115eyb.24 for ; Sun, 23 Aug 2009 22:17:54 -0700 (PDT) In-Reply-To: <874oryuhki.fsf_-_@zinc.branchcut.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Desmond Rivet Cc: emacs-orgmode@gnu.org On Aug 24, 2009, at 3:27 AM, Desmond Rivet wrote: > Hi all, > > I'm attempting to use the remember package to insert a diary-sexp > into a > file for use by the org-mode agenda. It looks like this; > > %%(diary-remind '(diary-date %^{Month} %^{Day} t) -%^{Remind days}) > %^{Brief Description}%? > > The double percent at the beginning is causing problems. Is there any > way to escape the percent signs? Hi Desmond, Please pull from git, and then escape like this: %\%(diary-remind '(diary-date %^{Month} %^{Day} t) -%^{Remind days}) %^{Brief Description}%? HTH - Carsten > > -- > Desmond Rivet > > Pain is weakness leaving the body. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode