From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ADb8EwJdBF8waAAA0tVLHw (envelope-from ) for ; Tue, 07 Jul 2020 11:31:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id aFfbDwJdBF9JfQAA1q6Kng (envelope-from ) for ; Tue, 07 Jul 2020 11:31:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 80CB7940AD0 for ; Tue, 7 Jul 2020 11:31:13 +0000 (UTC) Received: from localhost ([::1]:48320 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsloe-00085X-GG for larch@yhetil.org; Tue, 07 Jul 2020 07:31:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44638) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jslo9-00085J-56 for emacs-orgmode@gnu.org; Tue, 07 Jul 2020 07:30:41 -0400 Received: from coral.adamspiers.org ([2001:ba8:1f1:f27f::2]:40600) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jslo7-0006Pd-Ls for emacs-orgmode@gnu.org; Tue, 07 Jul 2020 07:30:40 -0400 Received: from localhost (243.103.2.81.in-addr.arpa [81.2.103.243]) by coral.adamspiers.org (Postfix) with ESMTPSA id EA5292E680 for ; Tue, 7 Jul 2020 12:30:38 +0100 (BST) Date: Tue, 7 Jul 2020 12:30:39 +0100 From: Adam Spiers To: org-mode mailing list Subject: :STYLE: habit causes position in agenda view to change Message-ID: <20200707113039.xuqzesrjezcrxjiy@gmail.com> X-OS: GNU/Linux MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Received-SPF: pass client-ip=2001:ba8:1f1:f27f::2; envelope-from=orgmode@adamspiers.org; helo=coral.adamspiers.org X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=adamspiers.org (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.91 X-TUID: GWEMpa8PqyDe Hi all, I've noticed that adding the :STYLE: habit property to a TODO causes its position in the agenda view to change; it jumps to the bottom of the day. Is there any way to prevent that? Thanks! Adam