Re: [O] [org-e-texinfo] Exporting email address

2012-11-18 Thread Thomas S. Dye
Aloha Jon, Jonathan Leech-Pepin writes: > Hello Tom, > > On Nov 18, 2012 1:29 PM, "Thomas S. Dye" wrote: >> >> Aloha all, >> >> I have this in the Org file: >> >> @@info:@email{emacs-orgmode@@gnu.org}@@ >> >> I expect to get this in the texi file: >> >> @email{emacs-orgmode@@gnu.org} >> >> Inst

Re: [O] [org-e-texinfo] Exporting email address

2012-11-18 Thread Jonathan Leech-Pepin
Hello Tom, On Nov 18, 2012 1:29 PM, "Thomas S. Dye" wrote: > > Aloha all, > > I have this in the Org file: > > @@info:@email{emacs-orgmode@@gnu.org}@@ > > I expect to get this in the texi file: > > @email{emacs-orgmode@@gnu.org} > > Instead, I get this: > > @email{emacs-orgmodegnu.org@} > Th

[O] [org-e-texinfo] Exporting email address

2012-11-18 Thread Thomas S. Dye
Aloha all, I have this in the Org file: @@info:@email{emacs-orgmode@@gnu.org}@@ I expect to get this in the texi file: @email{emacs-orgmode@@gnu.org} Instead, I get this: @email{emacs-orgmodegnu.org@} In general, the export snippets work very well. I think this might be a corner case ca