From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Insert TODO Item at Bottom Date: Fri, 19 Oct 2012 13:07:00 -0500 Message-ID: References: <87objznyr7.fsf@quasar.esben-stien.name> <80lif2u96g.fsf@somewhere.org> <87lif29xrk.fsf@friendface.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPGyS-0008QP-6m for emacs-orgmode@gnu.org; Fri, 19 Oct 2012 14:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPGyM-0000Z1-4y for emacs-orgmode@gnu.org; Fri, 19 Oct 2012 14:07:08 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:33531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPGyL-0000XS-Vs for emacs-orgmode@gnu.org; Fri, 19 Oct 2012 14:07:02 -0400 Received: by mail-ob0-f169.google.com with SMTP id va7so823268obc.0 for ; Fri, 19 Oct 2012 11:07:00 -0700 (PDT) In-Reply-To: <87lif29xrk.fsf@friendface.i-did-not-set--mail-host-address--so-tickle-me> 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 One could use capture if always filing to the same basic tree. I believe the default puts it at the end of the list, hence the =:prepend= option. -- http://orgmode.org/manual/Template-elements.html#Template-elements I'm curious in this as well, as capture wouldn't work so well if filing all over the place, though one could use refile in the capture window to override the main tree setting. My work org file has a main * Tasks heading as well as certain project trees. I've sort of migrated to keeping almost all todos, regardless of project in the main task tree, so perhaps you could setup a default capture location for a majority of todos and then refile (which will put it at the end) for the rest? Just an idea. John On Fri, Oct 19, 2012 at 12:28 PM, Jeremiah Dodds wrote: > "Sebastien Vauban" writes: > >> Hi Esben, >> >> Esben Stien wrote: >>> I add a TODO item with M-S-RET, but is there any way to insert the new >>> TODO item at the bottom of the current node or is there any way to >>> navigate quickly to the last TODO item of the current node?. >> >> An ECM (Minimal Complete Example) could eventually help here, to be sure you >> describe your problem with no ambiguity. >> >>> I often run C-c a s to search, but I end up at the top and I always have >>> to "scroll" down to the last TODO item; this is wasting my life >> >> If I understood correctly, just doing C-c C-n (next visible node) could help? >> Or eventually C-c C-f followed by C-c C-p, if you have a problem because of >> mixed levels (that is, next node of the same level, then back to previous >> node, of whichever level). >> > > I believe he's saying he has something like this, with point at "-!-" or > similar: > > ,---- > | * one -!- > | ** TODO two > | ** TODO three > `---- > > and ideally wants to insert a new TODO item such that he gets: > > ,---- > | * one > | ** TODO two > | ** TODO three > | ** TODO four -!- > `---- > > > -- > Jeremiah Dodds > > blog : http://jdodds.github.com > github : https://github.com/jdodds > freenode : exhortatory > twitter : kaens >