From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Exploring org-element.el with navi-mode Date: Mon, 15 Apr 2013 12:24:48 +0200 Message-ID: <87obdgnlan.fsf@gmail.com> References: <87zjx9sxo6.fsf@gmail.com> <877gk5ij9e.fsf@gmail.com> <86r4icqgm0.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URgap-0006G7-9U for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 06:25:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URgam-0005RM-Pv for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 06:24:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:41310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URgam-0005Pc-KI for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 06:24:56 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1URgal-0004hT-8Y for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 12:24:55 +0200 Received: from e178191116.adsl.alicedsl.de ([85.178.191.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Apr 2013 12:24:55 +0200 Received: from tjolitz by e178191116.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Apr 2013 12:24:55 +0200 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 "Sebastien Vauban" writes: Hello Sebastien, > Thorsten Jolitz wrote: >> its now possible to use the new libraries for 'Org-mode outside >> Org-mode' (outshine, outorg, pop-org, navi-mode) on Emacs Lisp files >> that use the official header conventions (;;;+ ). > > Where are these official header conventions described? There is a thread on emacs-devel with a discussion about the issue, describing the: - Lisp conventions for headlines (that appear surprisingly illogical and impractical) ,--------------------------------------------------------------------- | https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00284.html `--------------------------------------------------------------------- - the Emacs Lisp conventions for headlines: ,--------------------------------------------------------------------- | https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00266.html `--------------------------------------------------------------------- but the elisp manual seems to be out of date on this: ,--------------------------------------------------------------------- | https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00305.html `--------------------------------------------------------------------- - and what I tend to use now and like best and thus proposed as alternative conventions (outcommented Org-mode headers): ,-------------- | ;; * level 1 | ;; ** level 2 `-------------- -- cheers, Thorsten