From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: OrgStruct: start with collapsed view Date: Sat, 01 Nov 2014 11:44:36 +0100 Message-ID: <87lhnvmc8b.fsf@gmail.com> References: <20140831103706.549dc45b@aga-netbook> <20140905162710.3464a0db@aga-netbook> <878ulxbgzm.fsf@gmail.com> <2014-10-30T11-15-25@devnull.Karl-Voit.at> <87oastn30d.fsf@gmail.com> <545408C2.8020200@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkWAw-00065n-Lz for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 06:45:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkWAq-000286-G1 for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 06:44:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:47145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkWAq-000282-8z for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 06:44:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XkWAp-0001nn-5p for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 11:44:47 +0100 Received: from g231110129.adsl.alicedsl.de ([92.231.110.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Nov 2014 11:44:47 +0100 Received: from tjolitz by g231110129.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Nov 2014 11:44:47 +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 Scott Randby writes: >> What if you try navi-mode with your orgstruct init.el? It works with >> outshine and with org-mode, so maybe with orgstruct too? > > I found this on http://orgmode.org/worg/org-tutorials/org-outside-org.html. > > "orgstruct currently does NOT work with outorg and navi-mode..." Ups, than I wrote this (and forgot about it). I still wonder why it wouldn't work if 'natural' header conventions are used like ,---- | ;; * 1st level | ;; ** 2nd level `---- or ,---- | ;;; 1st level | ;;;; 2nd level `---- but I somehow remember that orgstructs default conventions are different. Well, thinking about it, its probably a matter of buffer-local vars for outline-mode, and orgstructs sets its own variables leaving the outline vars as-is (correct?), but outshine uses the outline vars and thus does not find regexps for Org-style headers. Or so... -- cheers, Thorsten