From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: POLL: should we export text before the first headline Date: Mon, 19 Mar 2007 06:06:48 +0100 Message-ID: <324abaff5505fe2db712aba5e9f68994@science.uva.nl> References: <906666fe8bac8bedcf4cf07f7f7cfd87@science.uva.nl> <871wjmmuq2.fsf@presario.homelinux.org> <87hcsiozzw.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTA6X-00077Z-2o for emacs-orgmode@gnu.org; Mon, 19 Mar 2007 01:08:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTA6V-000741-Ga for emacs-orgmode@gnu.org; Mon, 19 Mar 2007 01:08:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTA6V-00073p-Bs for emacs-orgmode@gnu.org; Mon, 19 Mar 2007 00:08:19 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTA55-0002K8-4z for emacs-orgmode@gnu.org; Mon, 19 Mar 2007 01:06:51 -0400 In-Reply-To: <87hcsiozzw.fsf@gmail.com> 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: Sean Sieger Cc: emacs-orgmode@gnu.org On Mar 19, 2007, at 1:09, Sean Sieger wrote: > Carsten Dominik writes: > > By the way, the first line with the -*- mode: org -*- should always > be > a comment - this is a bug I will fix. > > Can I ask a dumb question... is there a difference between the first > lines, -*- mode: org -*- and -*- org -*-? The effect is the same, setting the major mode of the file. The first is a more general way, because also other local variables can be set in this way, like -*- mode: org; fill-column:60 -*- - Carsten