From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: cycle visibility from agenda view? Date: Fri, 25 Jun 2010 08:11:01 +0200 Message-ID: References: <20100615135909.GD1315@vpn-2139.gwdg.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46279 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSD8D-0003wG-Uc for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 13:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OS2hF-0003kd-0M for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 02:47:30 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:58711) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OS2hE-0003jC-P1 for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 02:47:28 -0400 Received: by mail-ww0-f41.google.com with SMTP id 26so803214wwf.0 for ; Thu, 24 Jun 2010 23:47:28 -0700 (PDT) In-Reply-To: <20100615135909.GD1315@vpn-2139.gwdg.de> 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: Joost Kremers , Matt Lundin Cc: Org Mode List On Jun 15, 2010, at 3:59 PM, Joost Kremers wrote: > hi all, > > when i'm in an agenda buffer i can use follow mode (or the space > bar) to view > original location of an item. however, sometimes (usually?) the > relevant tree > isn't shown entirely, which is not always what i want. is there a > way to cycle > the visibility of the relevant item from within the agenda buffer? i > haven't > been able to find anything... You can try this: (add-hook 'org-agenda-mode-hook (lambda () (define-key org-agenda-mode-map " " 'org-agenda-cycle-show))) and then press SPACE several times. HTH - Carsten P.S. Matt, maybe this is worth a FAQ entry? Thanks > > tia > > joost > > > -- > Joost Kremers > Life has its moments > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten