From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Re: startup with 2 levels of headings shown? Date: Fri, 27 Jan 2017 21:18:37 +0100 Message-ID: <588BAB1D.1070609@free.fr> References: <87efzoev7j.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXCyv-0004fY-Kv for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 15:18:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cXCys-0004VU-GP for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 15:18:49 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:12660) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cXCys-0004Uo-7m for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 15:18:46 -0500 Received: from [IPv6:2a01:e35:2e21:def0:18d0:fdaf:f60d:da01] (unknown [IPv6:2a01:e35:2e21:def0:18d0:fdaf:f60d:da01]) by smtp3-g21.free.fr (Postfix) with ESMTP id C751A13F895 for ; Fri, 27 Jan 2017 21:18:37 +0100 (CET) In-Reply-To: <87efzoev7j.fsf@ucl.ac.uk> 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" To: emacs-orgmode@gnu.org Le 27/01/2017 09:57, Eric S Fraga a =E9crit : > Hello, > > Is there an easy way to have an org file start up with 2 levels of > headings shown without having to evaluate > > (org-content 2) > > ? > > E.g. it would be nice to be able to say: > > #+startup: overview 2 > > or similar. I only want this for some files (typically files intended > to be exported via beamer, i.e. presentation slides) as otherwise I > would use a hook. > > Thanks, > eric > I have that at the end of the file: : Local Variables: : : coding:utf-8 : : eval:(org-shifttab 2) : : End: :