From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Proposal for new document-level syntax Date: Sat, 01 Jun 2019 23:00:54 +0200 Message-ID: <87r28dvx4p.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXB7f-0007iQ-0L for emacs-orgmode@gnu.org; Sat, 01 Jun 2019 17:01:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXB7c-0007S9-WB for emacs-orgmode@gnu.org; Sat, 01 Jun 2019 17:01:02 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:55501) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXB7c-0007Nf-Px for emacs-orgmode@gnu.org; Sat, 01 Jun 2019 17:01:00 -0400 In-Reply-To: ("Gustav =?utf-8?Q?Wikstr=C3=B6m=22's?= message of "Sat, 1 Jun 2019 10:15:32 +0000") 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" To: Gustav =?utf-8?Q?Wikstr=C3=B6m?= Cc: "emacs-orgmode@gnu.org" Hello, Gustav Wikstr=C3=B6m writes: > I propose to allow properties to be defined also as document property > keywords. All keywords in the top of a buffer, before any non-comment > line, are document-level keywords. In effect, they are properties that > apply in exactly the same way as properties defined in the property > drawer. The only reason for using a document keyword instead of > defining it inside the property drawer is to make it more visible. One > example would be the title-keword (#+TITLE: ...). I only skimmed over your proposal, as I don't have much time. I'm sorry if you answered this already, but I don't understand how what you suggest would differ from regular keywords. As a reminder: - you can create, and support, as many keywords as you want; - keywords all operate at the "document-level"; - keywords can be located anywhere in the document. I think Org keywords already provide everything you need. If they don't, I would suggest to improve them instead of creating something else. WDYT? Regards, --=20 Nicolas Goaziou