From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Question] adding document global properties drawer Date: Tue, 21 Jan 2020 17:40:35 +0100 Message-ID: <87v9p4pxto.fsf@nicolasgoaziou.fr> References: <87eevug63t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39165) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itwa7-0008RD-3E for emacs-orgmode@gnu.org; Tue, 21 Jan 2020 11:40:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itwa3-00030s-89 for emacs-orgmode@gnu.org; Tue, 21 Jan 2020 11:40:47 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:41507) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itwa3-00030E-2S for emacs-orgmode@gnu.org; Tue, 21 Jan 2020 11:40:43 -0500 In-Reply-To: <87eevug63t.fsf@gmail.com> (stardiviner's message of "Mon, 20 Jan 2020 11:27:18 +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-mx.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner Cc: emacs-orgmode@gnu.org Hello, stardiviner writes: > In an *empty* Org file buffer, I press =[C-c C-x p]= to add properties drawer. It > works fine. But when the Org buffer has nodes already like this: > > #+begin_src org > | > > ,* node 1 > > context > #+end_src > > The "|" means the cursor point. > > Then I press =[C-c C-x p]= again try to add document global properties drawer, It > insert nothing. No modification on buffer at all. Is this a bug? FWIW, I could not reproduce it. Regards, -- Nicolas Goaziou