From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: =?UTF-8?B?UmU6IFJFOiBVc2luZyBzaW1wbGUgY3NzIGluIEhUTUwgZXhwb3J0?= =?UTF-8?B?4oCP?= Date: Mon, 06 Jul 2009 13:15:14 +0200 Message-ID: <87y6r2awql.fsf@kassiopeya.MSHEIMNETZ> References: <771c31300907051122k1dec4667m932ec1497b19dd64@mail.gmail.com> 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 1MNm6O-00088h-HV for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 07:11:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNm6K-000888-0a for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 07:11:16 -0400 Received: from [199.232.76.173] (port=60183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNm6J-000885-Qt for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 07:11:11 -0400 Received: from mail.gmx.net ([213.165.64.20]:57887) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MNm6J-0007tC-9s for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 07:11:11 -0400 In-Reply-To: <771c31300907051122k1dec4667m932ec1497b19dd64@mail.gmail.com> (Charles Howard's message of "Sun, 5 Jul 2009 19:22:04 +0100") 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: Charles Howard Cc: emacs-orgmode@gnu.org Charles Howard writes: > Line 46 was already in the table of contents. > > I'm using org-mode 6.06, emacs 22.1.1, Ubuntu 8.04. That must be it. ^^--- that's quite an old version. The #+STYLE: feature was first documented in revision 3c916eeb385a688d6d99819aad217a49ed82de58 and added in rev. c4375970d7050497290bc070361f09235cff5e47 ... two revisions after the 6.06 release (not a 100% sure, but looks like...) So, to add the style, you need to either set it in your `org-publish-project-alist' (see http://orgmode.org/manual/Simple-example.html#Simple-example) or use a special comment section for a per file setup (see http://orgmode.org/worg/code/org-info-js/#sec-4.2.1) HTH Sebastian