From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Citation syntax: a revised proposal Date: Tue, 03 Mar 2015 09:38:48 +0100 Message-ID: <87zj7ua31j.fsf@nicolasgoaziou.fr> References: <87k2zjnc0e.fsf@berkeley.edu> <87bnkvm8la.fsf@berkeley.edu> <87zj8co3se.fsf@berkeley.edu> <87ioezooi2.fsf@berkeley.edu> <87mw4bpaiu.fsf@nicolasgoaziou.fr> <8761aznpiq.fsf@berkeley.edu> <87twyjnh0r.fsf@nicolasgoaziou.fr> <87oaopx24e.fsf@berkeley.edu> <87k2zd4f3w.fsf@nicolasgoaziou.fr> <87egpkv8g9.fsf@berkeley.edu> <877fv6xfaq.fsf@gmail.com> <87twya2ak0.fsf@berkeley.edu> <87zj81aa97.fsf@nicolasgoaziou.fr> <87ioep2r6p.fsf@berkeley.edu> <87y4ngbgm7.fsf@nicolasgoaziou.fr> <87bnkbi61v.fsf@gmail.com> <87lhjfb0yv.fsf@nicolasgoaziou.fr> <878ufeaj1a.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSiKm-0008H4-HM for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 03:37:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSiKj-00059g-B7 for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 03:37:44 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:45981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSiKj-00059W-60 for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 03:37:41 -0500 In-Reply-To: <878ufeaj1a.fsf@berkeley.edu> (Richard Lawrence's message of "Mon, 02 Mar 2015 18:53:21 -0800") 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: Richard Lawrence Cc: emacs-orgmode@gnu.org, John Kitchin Richard Lawrence writes: > Sorry, I may not have emphasized this enough, but in the grammar, I wrote: > > - A KEY optionally begins with `-', and obligatorily contains `@' or > `&' followed by a string of characters which begins with a letter > or `_', and may contain alphanumeric characters and the following > *internal* punctuation characters: > :.#$%&-+?<>~/ > > The `internal' here was meant to express exactly what Aaron said: keys > can contain punctuation, but may not end (or begin) with punctuation. OK. I misunderstood the "internal" part. What about "@_" and "@a" ? Are they valid keys? Regards,