From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Subject: org-fill-paragraph breaks timestamps Date: Mon, 11 Feb 2013 02:43:53 -0500 Message-ID: <87fw13l2h2.wl@mail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4o78-0008VG-Mn for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 02:47:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4o77-0005A3-DI for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 02:47:46 -0500 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:53737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4o77-00058m-7r for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 02:47:45 -0500 Received: from localhost (localhost [127.0.0.1]) by jabiru.ens-lyon.fr (Postfix) with ESMTP id 91B8D1EB22F for ; Mon, 11 Feb 2013 08:47:33 +0100 (CET) Received: from jabiru.ens-lyon.fr ([127.0.0.1]) by localhost (jabiru.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OfUbpu5Yf00r for ; Mon, 11 Feb 2013 08:47:33 +0100 (CET) Received: from villian.mail.com (dsl-173-248-237-197.acanac.net [173.248.237.197]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by jabiru.ens-lyon.fr (Postfix) with ESMTPSA id AC5AD1EB1F0 for ; Mon, 11 Feb 2013 08:47:32 +0100 (CET) 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: emacs-orgmode Hi list, In plain lists, I sometimes insert timestamps in running text (for an item to appear in the agenda), then fill it with org-fill-paragraph. Sometimes, the timestamp is splitted (at any of both spaces), breaking the desired agenda behavior. Is there something I can do for this not to happen ? I guess the filling function should recognize the timestamp not to split it, but my lisp knowledge makes it more of a feature request than anything else. -- William (Like so : <2013-02-09 Sat 14:46>)