From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?SmFuIELDtmNrZXI=?= Subject: Re: Elementary: How to return to the main view Date: Thu, 14 Oct 2010 10:02:48 +0200 Message-ID: <4CB6B928.10007@jboecker.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50343 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6ImF-0000da-SV for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 04:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6ImD-0002BG-5W for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 04:03:01 -0400 Received: from smtp01.worldserver.net ([217.13.200.37]:33040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6ImD-0002AR-0N for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 04:03:01 -0400 In-Reply-To: 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: Umesh P N Cc: emacs-orgmode@gnu.org On 10/14/2010 03:11 AM, Umesh P N wrote: > Hi, > > From the main view, if I click on a tag, org-mode will show only items > with that tag. How to go back to the main view? I just tried it. For me, clicking on the tags of an entry will open an agenda view showing all items from my agenda files which have a superset of the tags of this entry. Org will re-use an existing agenda buffer for this if possible, otherwise it will open a new agenda buffer. You can get back to your Org file by switching buffers (C-x b RET) or killing the agenda buffer (C-x k RET). I am running Org-mode version 7.01trans (release_7.01h.226.ge238a). HTH, Jan