From mboxrd@z Thu Jan 1 00:00:00 1970 From: Evan Subject: Re: org-reverse-note-order and date-tree Date: Fri, 16 Apr 2010 15:25:43 +0800 Message-ID: References: <8B72992F-74B3-42B1-981C-BB1E32347664@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2g17-0006BP-5s for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 03:31:09 -0400 Received: from [140.186.70.92] (port=46982 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2fyK-00044S-8N for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 03:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2fvw-0007Ot-1R for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 03:28:13 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:53390) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2fvt-0007OF-FK for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 03:25:45 -0400 Received: by pwi2 with SMTP id 2so2288146pwi.0 for ; Fri, 16 Apr 2010 00:25:43 -0700 (PDT) In-Reply-To: <8B72992F-74B3-42B1-981C-BB1E32347664@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: Carsten Dominik Cc: emacs-orgmode@gnu.org Sorry for a delayed response, I missed your message. On Tue, Apr 6, 2010 at 1:20 PM, Carsten Dominik wrote: > > On Apr 2, 2010, at 8:55 AM, Evan wrote: > >> It seems that the org-reverse-note-order has no effects on the >> following remember template >> >> ("Diary" =A0?d =A0"* %U\n =A0%?\n =A0%i\n =A0%a" =A0"daily_notes/diary.o= rg" >> =A0date-tree) >> >> Is this a feature? > > You might call it an incompleteness of the implementation. =A0I have a ha= rd > time why, if you are creating a new node every day, you'd like the subnod= es > first on top. =A0Actually, I see now that in the implementation I purpose= ly > turned this feature off for the date trees. =A0Can you explain why you wa= nt it > reversed? > In fact, I don't need this. I was just trying to configure org mode such that in some files the notes are created in the reverse order, while in the other files they are created in the normal order. But I didn't figure out how to do this (I still don't know how to do this, I find no document on this and have little knowledge on lisp. Any hint on this?). So I just put (setq org-reverse-note-order t) into .emacs with the worry whether it will affect the date trees. >> >> Is it possible to to get a headline of reverse date tree in the >> remember template? > > Well, this question I did not understand. =A0Please try again. > By a reverse date tree, I mean a date tree with the recent dates on the top in contrast to the normal date tree. Thanks.