From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carl Bolduc" Subject: Tag inheritance Date: Wed, 12 Dec 2007 10:32:38 -0500 Message-ID: <7224a92b0712120732p3c22ecaai6d2d05ad41d3a730@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2TZm-0002Wq-9e for emacs-orgmode@gnu.org; Wed, 12 Dec 2007 10:32:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2TZk-0002Vw-If for emacs-orgmode@gnu.org; Wed, 12 Dec 2007 10:32:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2TZk-0002Vq-Fd for emacs-orgmode@gnu.org; Wed, 12 Dec 2007 10:32:44 -0500 Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2TZk-0006ye-BN for emacs-orgmode@gnu.org; Wed, 12 Dec 2007 10:32:44 -0500 Received: by wa-out-1112.google.com with SMTP id k34so458806wah.10 for ; Wed, 12 Dec 2007 07:32:40 -0800 (PST) Content-Disposition: inline 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 HI everyone, I saw the demo of OmniFocus today and I decided to create a similar setup using Org-Mode in Emacs. The only thing that is left to setup is tag inheritance. At the moment, if I set a tag only for the main heading of a section, its subheading don't show up when I search for the tag. I would like the subheading to show up when I search for a tag... The documentation says: ...you can influence inheritance and searching using the variables org-use-tag-inheritance and org-tags-match-list-sublevels I'm still new to Org and Emacs, can someone help me setup those variables? Thanks! Carl