From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Can I create an agenda sorted manually keeping its order at refresh? Date: Tue, 20 May 2014 18:14:28 +0200 Message-ID: <87ha4k1l7f.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmmga-0000Gr-Ut for emacs-orgmode@gnu.org; Tue, 20 May 2014 12:14:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmmgR-0005SL-T3 for emacs-orgmode@gnu.org; Tue, 20 May 2014 12:14:40 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:46714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmmgR-0005SF-MV for emacs-orgmode@gnu.org; Tue, 20 May 2014 12:14:31 -0400 Received: by mail-wg0-f44.google.com with SMTP id a1so736006wgh.15 for ; Tue, 20 May 2014 09:14:30 -0700 (PDT) In-Reply-To: (Martin Beck's message of "Tue, 13 May 2014 09:59:34 +0200") 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: Martin Beck Cc: emacs orgmode-mailinglist Hi Martin, "Martin Beck" writes: > I'd like to create an agenda view which is sorted manually so that I > can put the things on the agenda in the order like I want to act on > them and preserve this order even if the agenda is rebuilt or closed > and created again. > > Is that possible already? Nope -- this would require to store information about this manual sorting *somewhere* when the agenda view is not present, i.e. in the headlines themselves, or in a place where we would put meta-data about the agenda views. The manual sorting is really for temporary convenience. -- Bastien