From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Iancu Subject: Re: bug in org-habits Date: Tue, 3 Nov 2015 15:20:17 +0100 Message-ID: <5638C2A1.2090801@iancu.ch> References: <871tc83p01.fsf@flynn.nichework.com> <84io5j1k5h.fsf@gmail.com> <84611j19hk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtcS0-0005Yd-DJ for emacs-orgmode@gnu.org; Tue, 03 Nov 2015 09:20:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtcRx-0001aG-9W for emacs-orgmode@gnu.org; Tue, 03 Nov 2015 09:20:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:48398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtcRw-0001aC-UI for emacs-orgmode@gnu.org; Tue, 03 Nov 2015 09:20:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZtcRv-0005E9-4m for emacs-orgmode@gnu.org; Tue, 03 Nov 2015 15:20:35 +0100 Received: from 178.208.175.159 ([178.208.175.159]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Nov 2015 15:20:35 +0100 Received: from stelian by 178.208.175.159 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Nov 2015 15:20:35 +0100 In-Reply-To: <84611j19hk.fsf@gmail.com> 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@gnu.org Cc: jwiegley@gmail.com On 03/11/15 14:46, Marco Wahl wrote: > John Wiegley writes: > >>>>>>> Puneeth Chaganti writes: >> >>>> Actually there has been introduced a constraint on the ordering planning >>>> lines and property drawers in 8.3. See http://orgmode.org/Changes.html.> >>>> This at least invalidates to use PROPERTIES before SCHEDULED afaics. >> >>> Yes, that is correct and you can use the `org-repair-property-drawers` >>> utility function provided to fix your org trees. >> >> I would very much like to see this constraint removed from 8.3. I have always >> preferred having SCHEDULED before PROPERTIES, as this is how all my Org files >> are arranged. > > Actually what you describe _is_ the expected order for the 8.3 files. My issue is a bit different. I have an org file with calendar appointments. I also have attachments to the appointments. The attachment appears in a PROPERTIES drawer. Now if I have the timestamp (plain one) before the drawer, I cannot open the attachment. Pressing C-c C-a o just inserts another PROPERTIES drawer (with another ID) above the timestamp. If, however, I move the timestamp after the PROPERTIES drawer, I can successfully open the attachment and the second drawer doesn't appear. Also, when the second drawer appears, a new empty folder is created in the data directory of my org directory. IMHO this is a bug, as at the moment I have to have the timestamp after the drawer. Org version is Org-mode version 8.3.2 (release_8.3.2-253-g9b5757 @ /Users/si/elisp/org-mode/lisp/)