From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Fraga Subject: Re: view only tags related topics Date: Sun, 20 Jan 2013 16:43:57 +1030 Message-ID: <87mww4bcuy.fsf@ucl.ac.uk> References: <50FAD4A5.1040308@cryptolab.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwoAb-0007g9-AJ for emacs-orgmode@gnu.org; Sun, 20 Jan 2013 01:14:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwoAZ-0007gN-TP for emacs-orgmode@gnu.org; Sun, 20 Jan 2013 01:14:17 -0500 Received: from am1ehsobe001.messaging.microsoft.com ([213.199.154.204]:31280 helo=am1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwoAZ-0007gE-Kg for emacs-orgmode@gnu.org; Sun, 20 Jan 2013 01:14:15 -0500 In-Reply-To: <50FAD4A5.1040308@cryptolab.net> (Mohamad Atef Radwan's message of "Sat, 19 Jan 2013 19:15:17 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mohamad Atef Radwan Cc: emacs-orgmode@gnu.org Mohamad Atef Radwan writes: > just beginner in org mode how could i view topics only that tags > is assigned to when i searched for certain tag and hide the > others ... for example i want to view / print only topics > that have :linux: tag Thanks Maybe this is what you are looking for: ,----[ C-h f org-sparse-tree RET ] | org-sparse-tree is an interactive compiled Lisp function in `org.el'. | | (org-sparse-tree &optional ARG TYPE) | | Create a sparse tree, prompt for the details. | This command can create sparse trees. You first need to select the type | of match used to create the tree: | | t Show all TODO entries. | T Show entries with a specific TODO keyword. | m Show entries selected by a tags/property match. | p Enter a property name and its value (both with completion on existing | names/values) and show entries with that property. | r Show entries matching a regular expression (`/' can be used as well). | b Show deadlines and scheduled items before a date. | a Show deadlines and scheduled items after a date. | d Show deadlines due within `org-deadline-warning-days'. | D Show deadlines and scheduled items between a date range. | | [back] `---- It is usually bound to =C-c /=. -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org release_7.9.2-632-gd344fd