From mboxrd@z Thu Jan 1 00:00:00 1970 From: francois Subject: using agenda to get a TOC of my file. Date: Sat, 14 Jul 2007 12:38:44 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9gtp-00012i-J2 for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 08:39:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9gtn-00011n-Sp for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 08:39:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9gtn-00011h-OG for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 08:38:59 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I9gtn-0004Ch-9a for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 08:38:59 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I9gte-000148-2N for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 14:38:50 +0200 Received: from 150.255.97-84.rev.gaoland.net ([84.97.255.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Jul 2007 14:38:50 +0200 Received: from francois.temp1 by 150.255.97-84.rev.gaoland.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Jul 2007 14:38:50 +0200 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 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. any idea?