From mboxrd@z Thu Jan 1 00:00:00 1970 From: John J Foerch Subject: Re: #+STARTUP keywords for several variables Date: Mon, 24 Dec 2012 12:31:16 -0500 Message-ID: <87pq1z5pcr.fsf@hecubus.retroj.net> References: <87haoi6a13.fsf@hecubus.retroj.net> <878v8o1ez0.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnBsA-0001H8-4f for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 12:31:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnBs8-0008WJ-Rz for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 12:31:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:57734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnBs8-0008WC-LO for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 12:31:28 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TnBsL-0003RX-8U for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 18:31:41 +0100 Received: from 16.sub-75-219-83.myvzw.com ([75.219.83.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Dec 2012 18:31:41 +0100 Received: from jjfoerch by 16.sub-75-219-83.myvzw.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Dec 2012 18:31:41 +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 Bastien writes: > Hi John, > > John J Foerch writes: > >> I did not find #+STARTUP keywords for several variables that configure >> the format of an org file: >> >> org-log-into-drawer >> org-log-states-order-reversed > > I added logdrawer / nologdrawer and logstatesreversed / nologstatesreversed > >> org-treat-insert-todo-heading-as-state-change > > For this one, I think it falls into the "really-just-an-option- > and-we-cannot-have-startup-keywords-for-every-option" category :) > >> I think that there should be keywords that correspond to these variables >> because it would make it easier to share org files among different >> emacses with different org configurations. File-local variables can >> currently be used to configure these variables, but #+STARTUP keywords >> would be more elegant. > > Note that you can also bind variables with #+BIND. > > Thanks, Thank you. I think of org-treat-insert-todo-heading-as-state-change as part of the format of a given file, as it is analogous to 'logdone', but deals with newly opened items as opposed to closed ones. I didn't know about #+BIND - will check it out. Thanks again, -- John Foerch