From mboxrd@z Thu Jan 1 00:00:00 1970 From: robin Subject: expand view for all items in sparse tree Date: Tue, 13 Mar 2012 06:14:56 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7TbE-0006LA-JR for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7Tb4-000496-RZ for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:25:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:49976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Tb4-00048q-L5 for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:25:10 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S7Tax-0002XJ-MP for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 16:25:03 +0100 Received: from frbg-5d84f16b.pool.mediaWays.net ([93.132.241.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Mar 2012 16:25:03 +0100 Received: from spielraum by frbg-5d84f16b.pool.mediaWays.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Mar 2012 16:25:03 +0100 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: emacs-orgmode@gnu.org hello does anyone know if there is a possibility to expand all items including list items in a sparse tree for a certain tag to export only the visible to eg latex? my steps are: - C-c / :MYTAG now all headlines with the tag are shown. That's fine. But now I can only cycle the visibility of one of the sparse tree's branches and not all of them so I get something like * Item :MYTAG - [X] do this - [ ] do that * Item2 :MYTAG (hidden -[ ] do this as well) <--- but I would like to export this as well... any shortcuts I have missed so far? best regards robin