From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: M-q fill-paragraph and timestamps Date: Tue, 12 Mar 2013 14:17:44 +0100 Message-ID: <8738w04v0n.fsf@bzg.ath.cx> References: <20130311163514.GI8061@cardamom.adamsinfoserv.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFP5P-00072X-Ko for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 09:17:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFP5N-0006bZ-Us for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 09:17:47 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:58934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFP5N-0006bQ-Ma for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 09:17:45 -0400 Received: by mail-wi0-f171.google.com with SMTP id hn17so1809973wib.4 for ; Tue, 12 Mar 2013 06:17:45 -0700 (PDT) In-Reply-To: <20130311163514.GI8061@cardamom.adamsinfoserv.com> (Russell Adams's message of "Mon, 11 Mar 2013 11:35:14 -0500") 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: Russell Adams Cc: emacs-orgmode Hi Russell, Russell Adams writes: > Minor question, I frequently use inactive timestamps in org, and > noticed that M-q (fill-paragraph) will often combine my timestamp in > with the text I'm writing. > > Is there a method to prevent that? Not unless you use a workaround/hack. "Floating" timestamps are part of paragraphs, so M-q does the right thing here. IOW, you need want to separate the time-stamp and the paragraph with a blank line. HTH, -- Bastien