From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-reverse-note-order and date-tree Date: Fri, 16 Apr 2010 10:42:32 +0200 Message-ID: References: <8B72992F-74B3-42B1-981C-BB1E32347664@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2h8u-00043x-Mm for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 04:43:16 -0400 Received: from [140.186.70.92] (port=40775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2h8f-0002q4-Rf for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 04:43:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2h8G-0008DG-GJ for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 04:43:00 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:45006) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2h8F-0008Cm-7L for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 04:42:35 -0400 Received: by ewy6 with SMTP id 6so797285ewy.32 for ; Fri, 16 Apr 2010 01:42:33 -0700 (PDT) In-Reply-To: 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: Evan Cc: emacs-orgmode@gnu.org On Apr 16, 2010, at 9:25 AM, Evan wrote: > 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" ?d "* %U\n %?\n %i\n %a" "daily_notes/diary.org" >>> date-tree) >>> >>> Is this a feature? >> >> You might call it an incompleteness of the implementation. I have >> a hard >> time why, if you are creating a new node every day, you'd like the >> subnodes >> first on top. Actually, I see now that in the implementation I >> purposely >> turned this feature off for the date trees. Can you explain why >> you want 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. Please 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. No, a reversed tree in this sense is not supported. - Carsten > > Thanks. - Carsten