From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: [Exporter] Why is :author a list in the communication channel? Date: Sat, 02 Nov 2013 22:48:18 +0100 Message-ID: <87sivecw65.fsf@gmail.com> References: <87wqkqczb0.fsf@gmail.com> <87y556o5ee.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vcj3l-0006QH-4S for emacs-orgmode@gnu.org; Sat, 02 Nov 2013 17:48:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vcj3d-0000s7-QJ for emacs-orgmode@gnu.org; Sat, 02 Nov 2013 17:48:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:60785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vcj3d-0000rz-Ju for emacs-orgmode@gnu.org; Sat, 02 Nov 2013 17:48:37 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vcj3V-00051O-Gt for emacs-orgmode@gnu.org; Sat, 02 Nov 2013 22:48:29 +0100 Received: from e178188092.adsl.alicedsl.de ([85.178.188.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Nov 2013 22:48:29 +0100 Received: from tjolitz by e178188092.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Nov 2013 22:48:29 +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 Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> I wonder why the :author attribute in INFO is a list (while :email, >> :creator and others are not)? > > :author's value is parsed, as all keywords in > `org-element-document-properties'. So its value is a secondary string, > i.e. an element without type. Ah, ok, so these ,--------------------------------------------------------- | org-element-document-properties is a variable defined in | `org-element.el'. | Its value is ("AUTHOR" "DATE" "TITLE") `--------------------------------------------------------- are different from the others. Thanks. -- cheers, Thorsten