From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: Re: texinfo export of @@ Date: Fri, 7 Dec 2012 22:43:52 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bb044d4135e9804d04f244c Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThBKV-0005bu-7S for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 22:43:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThBKT-00085v-Vx for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 22:43:55 -0500 Received: from mail-qa0-f48.google.com ([209.85.216.48]:63605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThBKT-00085r-Rt for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 22:43:53 -0500 Received: by mail-qa0-f48.google.com with SMTP id l8so115379qaq.0 for ; Fri, 07 Dec 2012 19:43:53 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Org Mode Mailing List --047d7bb044d4135e9804d04f244c Content-Type: text/plain; charset=UTF-8 Hello Tom, On Dec 7, 2012 3:35 PM, "Thomas S. Dye" wrote: > > Aloha Jon, > > With this macro: > > #+MACRO: code @@info:@code{$1}@@ > > this Org source: > > {{{code([@@b])}}} > > is exported as: > > @code{[b]@}@@@@. > > Any idea how to get @code{[@@b]} instead? You should be able to simply use ~@@b~ to create @code blocks > > All the best, > Tom > -- > T.S. Dye & Colleagues, Archaeologists > 735 Bishop St, Suite 315, Honolulu, HI 96813 > Tel: 808-529-0866, Fax: 808-529-0884 > http://www.tsdye.com > Regards, Jon --047d7bb044d4135e9804d04f244c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hello Tom,

On Dec 7, 2012 3:35 PM, "Thomas S. Dye" <tsd@tsdye.com> wrote:
>
> Aloha Jon,
>
> With this macro:
>
> #+MACRO: code @@info:@code{$1}@@
>
> this Org source:
>
> =C2=A0{{{code([@@b])}}}
>
> is exported as:
>
> =C2=A0@code{[b]@}@@@@.
>
> Any idea how to get @code{[@@b]} instead?

You should be able to simply use ~@@b~ to create @code block= s

>
> All the best,
> Tom
> --
> T.S. Dye & Colleagues, Archaeologists
> 735 Bishop St, Suite 315, Honolulu, HI 96813
> Tel: 808-529-0866, Fax: 808-529-0884
> http://www.tsdye.com
>

Regards,
Jon

--047d7bb044d4135e9804d04f244c--