From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: org-clock-report/org-create-dblock breaks drawers with point on headine? Date: Tue, 25 Apr 2017 03:11:39 -0500 Message-ID: <87bmrkx5xg.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2vZh-0004hF-RP for emacs-orgmode@gnu.org; Tue, 25 Apr 2017 04:11:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2vZc-00086u-Qn for emacs-orgmode@gnu.org; Tue, 25 Apr 2017 04:11:53 -0400 Received: from [195.159.176.226] (port=48340 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d2vZc-00084h-6V for emacs-orgmode@gnu.org; Tue, 25 Apr 2017 04:11:48 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d2vZT-0004yq-Qj for emacs-orgmode@gnu.org; Tue, 25 Apr 2017 10:11:39 +0200 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" To: emacs-orgmode@gnu.org I feel like I must be missing something obvious, but doesn't org-clock-report, which calls org-create-dblock, break drawers and planning lines when it's called with point on a heading? It inserts the clocktable above the existing drawers and planning line, making them invalid. Using Emacs 25.1 with Org 9.0.5. Thanks.