From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Need some clever macro help Date: Thu, 21 Feb 2013 22:02:21 +0100 Message-ID: <87a9qx1iua.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8dHu-0000SO-U2 for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 16:02:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8dHo-0003QD-LS for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 16:02:42 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:44163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8dHo-0003Pi-C5 for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 16:02:36 -0500 Received: by mail-wg0-f49.google.com with SMTP id 15so7553229wgd.28 for ; Thu, 21 Feb 2013 13:02:35 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Wed, 20 Feb 2013 15:47:05 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > tsd@tsdye.com (Thomas S. Dye) writes: > >> I can't get the following macro to work: >> >> - {{{kbd(/)}}} ~org-agenda-filter-by-tag~ :: >> >> Here is its definition: >> >> #+MACRO: markup @@info:@$1{@@$2@@info:}@@ >> #+MACRO: kbd {{{markup(kbd,$1)}}} >> > > Sorry, I mean to say I can't get it to work when the argument is '/'. > The macro works otherwise. I don't understand what you mean with "can't get it to work". What doesn't work? When I expand this macro, I obtain the following: @@info:@kbd{@@/@@info:}@@ What would be expected instead? Regards, -- Nicolas Goaziou