From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: fill-paragraph fills planning line; blank line possibility Date: Mon, 16 Mar 2020 21:33:56 +0100 Message-ID: <878sk0vy2z.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58315) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDwR0-0005LK-MQ for emacs-orgmode@gnu.org; Mon, 16 Mar 2020 16:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDwQz-000671-8o for emacs-orgmode@gnu.org; Mon, 16 Mar 2020 16:34:02 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:44111) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDwQz-0005nl-1g for emacs-orgmode@gnu.org; Mon, 16 Mar 2020 16:34:01 -0400 In-Reply-To: (Samuel Wales's message of "Mon, 16 Mar 2020 12:25:38 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hello, Samuel Wales writes: > recent maint -- but i have not got an mwe. i could be doing something wrong. > > * x > SCHEDULED: <2020-03-15 Sun> > mada wakaranai to omou kedo, ima no meeru wa sono koto asdfa muri ni > suru kanosei ga aru. > > if i fill that using m-x fill-paragraph, it fills the planning line also. > > perhaps somebody might know what i am doing wrong or if this is a bug. You are using the wrong function. It should be `org-fill-paragraph'. `fill-paragraph' knows nothing about Org syntax. Hence the result you are observing. Regards, -- Nicolas Goaziou