From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-habit treats all repeat tasks as ".+" type [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)] Date: Sun, 08 Mar 2015 17:58:44 +0100 Message-ID: <87wq2r4e9n.fsf@nicolasgoaziou.fr> References: <87385i9yix.fsf@nicolasgoaziou.fr> <87twxw7gal.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUeWH-00078m-Pd for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 12:57:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUeWE-00010x-KX for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 12:57:37 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:38186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUeWE-00010d-F0 for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 12:57:34 -0400 In-Reply-To: (Leo He's message of "Sun, 8 Mar 2015 13:52:32 +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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Leo He Cc: kuangdash@163.com, emacs-orgmode@gnu.org Leo He writes: > On the other hand, I am writing a shell script to move each entry's > PROPERTIES drawer to its beginning. Though I think elisp can handle this > more easily, I am not familiar with it (still learning :-) ). I wonder if > there is an existing function or script to do this. See ORG-NEWS document in the development version. There's a function called `org-repair-property-drawers'. Regards,