From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: addt'l multiple property drawers situations when org-log-done set to 'note [8.3beta (release_8.3beta-621-gf212f7) @ /path/to/org-mode/lisp/] Date: Mon, 08 Dec 2014 13:50:25 +0100 Message-ID: <87lhmicnla.fsf@nicolasgoaziou.fr> References: <87iohof9o4.fsf@ebb.org> <87k323vxs7.fsf@nicolasgoaziou.fr> <20141208003022.GB30217@ebb.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxxkz-0006rP-Js for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 07:49:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xxxkq-0001t7-0t for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 07:49:41 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:45973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxxkp-0001sv-Qt for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 07:49:31 -0500 In-Reply-To: <20141208003022.GB30217@ebb.org> (Bradley M. Kuhn's message of "Sun, 7 Dec 2014 19:30:22 -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: "Bradley M. Kuhn" Cc: emacs-orgmode@gnu.org Hello, "Bradley M. Kuhn" writes: > I however still have a related bug: I have many entries where the PROPERTIES > drawer is at the bottom of a long set of TODO notes. Mine look like this: > > ** TODO Monthly Accounting: Reconcile Payment report. > SCHEDULED: <2014-10-07 Tue 08:00 ++1m> > - State "DONE" from "TODO" [2014-09-05 Fri 19:12] \\ > Finished through <2014-09-02 Tue> > - State "DONE" from "TODO" [2014-06-16 Mon 09:28] \\ > Did this through <2014-05-30 Fri>. > - State "TODO" from "" [2014-06-12 Thu 22:40] \\ > The monthly payment report can be downloaded. > :PROPERTIES: > :LAST_REPEAT: [2014-09-05 Fri 19:12] > :END: > > I still get a second property drawer when I cycle these repeating TODOs, if I > have: > > (setq org-log-done 'note) > > Same happens with ones like this, BTW:: > > * TODO Testing. > SCHEDULED: <2014-12-28 Sun ++1w> > - CLOSING NOTE [2014-12-07 Sun 19:25] > - CLOSING NOTE [2014-12-07 Sun 19:25] > :PROPERTIES: > :LAST_REPEAT: [2014-12-07 Sun 19:25] > :END: > > It seems the new code intends to keep properties draw at the top of an entry, > but shouldn't it respect the positioning of the PROPRIETIES draw regardless > of where it is in the entry? This is a recent change in master. PROPERTIES drawer is only recognized as such when at the top of the section, possibly after a planning info line. You may want to look into ORG-NEWS file, there's a function to help you fix old documents. Regards, -- Nicolas Goaziou