From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Citation syntax: a revised proposal Date: Sat, 14 Feb 2015 18:45:49 -0800 Message-ID: <87fva7nb8i.fsf@berkeley.edu> References: <87k2zjnc0e.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMpEE-0005OS-NV for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 21:46:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMpEB-0003CR-Gg for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 21:46:38 -0500 Received: from plane.gmane.org ([80.91.229.3]:50537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMpEB-0003CM-AV for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 21:46:35 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YMpE9-0006l7-DT for emacs-orgmode@gnu.org; Sun, 15 Feb 2015 03:46:33 +0100 Received: from c-67-169-117-151.hsd1.ca.comcast.net ([67.169.117.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Feb 2015 03:46:33 +0100 Received: from richard.lawrence by c-67-169-117-151.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Feb 2015 03:46:33 +0100 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: emacs-orgmode@gnu.org ...and of course, immediately sending, I noticed a small problem in the grammar: Richard Lawrence writes: > - A PARENTHETICAL-CITATION is either a SIMPLE-PARENTHETICAL or a > CITATION-LIST whose first INDIVIDUAL-REFERENCE is a > PARENTHESIZED-KEY > - An IN-TEXT-CITATION is either a SIMPLE-IN-TEXT, or a > CITATION-LIST whose first INDIVIDUAL-REFERENCE is a BARE-KEY. In both of these clauses, `INDIVIDUAL-REFERENCE is' should be `INDIVIDUAL-REFERENCE contains', so that they read: - A PARENTHETICAL-CITATION is either a SIMPLE-PARENTHETICAL or a CITATION-LIST whose first INDIVIDUAL-REFERENCE contains a PARENTHESIZED-KEY - An IN-TEXT-CITATION is either a SIMPLE-IN-TEXT, or a CITATION-LIST whose first INDIVIDUAL-REFERENCE contains a BARE-KEY. Also, I wanted to mention that people may want to start by reading the examples in the proposal, which are under the heading ``Examples of main citation syntax''. (There are further, unofficial examples under the heading ``Syntax for extensions''.) Best, Richard