From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Orgstruct-mode with custom outline-regexp Date: Tue, 17 Mar 2009 13:00:10 +0100 Message-ID: <87d4cgtl4l.fsf@thinkpad.tsdh.de> References: <878wn5g4we.fsf@thinkpad.tsdh.de> <6B9F5437-DC9D-43F1-B63B-7099F72D8221@uva.nl> <87sklctv8g.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjXyD-0007kL-4a for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 08:00:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjXy8-0007g7-0w for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 08:00:32 -0400 Received: from [199.232.76.173] (port=41558 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjXy7-0007fq-KC for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 08:00:27 -0400 Received: from main.gmane.org ([80.91.229.2]:41285 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 1LjXy7-0000tS-5U for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 08:00:27 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LjXy4-00070S-Bq for emacs-orgmode@gnu.org; Tue, 17 Mar 2009 12:00:24 +0000 Received: from p54af28da.dip0.t-ipconnect.de ([84.175.40.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Mar 2009 12:00:24 +0000 Received: from tassilo by p54af28da.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Mar 2009 12:00:24 +0000 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 Carsten Dominik writes: Hi Carsten, > you are right, it does not work with orgstruct-mode, because that sets > local variables like in Org-mode for the duration of the command. > > I think the best solution in this case, where you want to do mainly > visibility cycling in an arbitrary mode is using outline-minor-mode > and bind org-cycle to some convenient command. Ok, then I'll stay with this approach. > There is a FAQ which describes a setup for this, > > "Can I get the visibility-cycling features in outline-mode and outline- > minor-mode?" Thanks for the pointer. Bye, Tassilo