From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: using agenda to get a TOC of my file. Date: Sun, 15 Jul 2007 09:45:52 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9ynk-0006xQ-9R for emacs-orgmode@gnu.org; Sun, 15 Jul 2007 03:45:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9yni-0006sy-1D for emacs-orgmode@gnu.org; Sun, 15 Jul 2007 03:45:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9ynh-0006so-Rv for emacs-orgmode@gnu.org; Sun, 15 Jul 2007 03:45:53 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9ynh-0002Ps-Gm for emacs-orgmode@gnu.org; Sun, 15 Jul 2007 03:45:53 -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: francois Cc: emacs-orgmode@gnu.org On Jul 14, 2007, at 14:38, francois wrote: > Hello, > > I would like to get a TOC of my current document. I use the agenda > outline, and > do a "match a tags query" with "LEVEL=1|LEVEL=2|LEVEL=3|LEVEL=4" > > Only the first level is matched. Please take a look at the variable `org-tags-match-list-sublevels'. - Carsten