From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: Allowing loose ordering in Org files Date: Mon, 09 Nov 2015 13:30:23 -0800 Message-ID: References: <871tc83p01.fsf@flynn.nichework.com> <84611j19hk.fsf@gmail.com> <5638C2A1.2090801@iancu.ch> <87h9l32gfc.fsf@nicolasgoaziou.fr> <87d1vq3mh4.fsf@nicolasgoaziou.fr> <874mh23iw0.fsf@nicolasgoaziou.fr> <878u6eu5wg.fsf@Rainer.invalid> <315DDEDC-1BD9-4680-A8C8-B36821EB931C@gmail.com> <874mh2u2w0.fsf@Rainer.invalid> <87ziytyl3z.fsf@free.fr> <87d1vjyojv.fsf@Rainer.invalid> <874mgvym5f.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvu1P-0000OX-1U for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 16:30:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zvu1L-0001Es-QY for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 16:30:38 -0500 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:32941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvu1L-0001Ei-Bo for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 16:30:35 -0500 Received: by pabfh17 with SMTP id fh17so211074494pab.0 for ; Mon, 09 Nov 2015 13:30:34 -0800 (PST) In-Reply-To: (Stelian Iancu's message of "Mon, 9 Nov 2015 22:13:00 +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: Stelian Iancu Cc: emacs-orgmode@gnu.org >>>>> Stelian Iancu writes: > John, if you end up writing an advice for this function, please share it > with the list, as I would like the 8.2 behavior as well (I unfortunately > don't know enough elisp and org internals to do such a thing). To Achim I would say that these are the reasons to have a hook: Because then it gets documented as an option; it's supported within Org (rather than being a separate thing people have to find in my .emacs on GitHub); and it shows up when you M-x customize-group RET org RET. John