From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: [RFC] Document level property drawer Date: Wed, 23 Oct 2019 10:43:44 +0200 Message-ID: <844kzzc0n3.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50554) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNCFJ-0003qg-FP for emacs-orgmode@gnu.org; Wed, 23 Oct 2019 04:43:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNCFH-0003Wx-CS for emacs-orgmode@gnu.org; Wed, 23 Oct 2019 04:43:57 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:44972 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iNCFG-0003W6-7P for emacs-orgmode@gnu.org; Wed, 23 Oct 2019 04:43:55 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iNCFD-000qLj-I3 for emacs-orgmode@gnu.org; Wed, 23 Oct 2019 10:43:51 +0200 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: emacs-orgmode@gnu.org > Sooo, a separate branch is created in the Org mode repository named > "next". I'm not entirely sure how we're supposed to work with it. But > I've anyways pushed my (non-breaking) patch there. Thanks again. One issue for me is the positioning of the level 0 property drawer. Having the requirement for that drawer starting in the very first line is too strong for me. I guess one would at least like to have the option to add some configuration with the ‘-*-...-*-’ construct which currently only works in the first line. Further I think one would also like to place #+: configuration lines there in particular the #+title: line. What about allowing lines starting with character # above the level 0 property drawer? And put a newly created level 0 property drawer below the first line in the file that does not start with #?