From mboxrd@z Thu Jan 1 00:00:00 1970 From: James TD Smith Subject: [PATCH 1/5] Hide drawers after displaying an entry using org-clock-goto. Date: Sun, 16 Mar 2008 16:28:01 +0000 Message-ID: <20080316162733.23004.41730.stgit@nyarlathotep.internal> References: <20080316162417.23004.16993.stgit@nyarlathotep.internal> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JawJY-0001Pq-6l for emacs-orgmode@gnu.org; Sun, 16 Mar 2008 13:06:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JawJV-0001Ni-5D for emacs-orgmode@gnu.org; Sun, 16 Mar 2008 13:06:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JawJU-0001NY-Uo for emacs-orgmode@gnu.org; Sun, 16 Mar 2008 13:06:24 -0400 Received: from 81-86-40-42.dsl.pipex.com ([81.86.40.42] helo=yog-sothoth.internal) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JawJU-0007u7-2l for emacs-orgmode@gnu.org; Sun, 16 Mar 2008 13:06:24 -0400 Received: from nyarlathotep.internal (Debian-exim@nyarlathotep.internal [10.0.0.5]) by yog-sothoth.internal (8.13.4/8.13.4) with ESMTP id m2GGS1n3015243 for ; Sun, 16 Mar 2008 16:28:01 GMT (envelope-from ahktenzero@dsl.pipex.com) Received: from [127.0.0.1] (helo=nyarlathotep.internal ident=ahktenzero) by nyarlathotep.internal with esmtp (Exim 4.69) (envelope-from ) id 1JaviL-0006AL-1t for emacs-orgmode@gnu.org; Sun, 16 Mar 2008 16:28:01 +0000 In-Reply-To: <20080316162417.23004.16993.stgit@nyarlathotep.internal> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org From: James TD Smith --- org.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/org.el b/org.el index 4fe79d7..8fe8edd 100644 --- a/org.el +++ b/org.el @@ -18715,6 +18715,7 @@ If there is no running clock, throw an error, unless FAIL-QUIETLY is set." (goto-char org-clock-marker) (org-show-entry) (org-back-to-heading) + (org-cycle-hide-drawers 'children) (recenter)) (defvar org-clock-file-total-minutes nil