From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Call org-reveal after refiling Date: Thu, 16 Apr 2009 06:09:10 +0200 Message-ID: <398E388B-B99D-4666-B45B-67C3CCD273FD@gmail.com> References: <1239847615-15244-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LuIuc-0003pM-1h for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 00:09:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuIuX-0003pA-F8 for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 00:09:17 -0400 Received: from [199.232.76.173] (port=59992 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuIuX-0003p7-9O for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 00:09:13 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:35926) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuIuW-0007rV-Qv for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 00:09:13 -0400 Received: by ewy4 with SMTP id 4so192590ewy.42 for ; Wed, 15 Apr 2009 21:09:12 -0700 (PDT) In-Reply-To: <1239847615-15244-1-git-send-email-bernt@norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Apr 16, 2009, at 4:06 AM, Bernt Hansen wrote: > Sometimes refiling a task displays the next task heading after ... > at the > end of a folded task. This keeps the next task the cursor is on > starting > in column 1 which feels more natural. > --- > This is a similar change to commit 8fb7354 (Call org-reveal after > archiving) > > This commit is available at git://git.norang.ca/org-mode for-carsten > > lisp/org.el | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/lisp/org.el b/lisp/org.el > index af2c97c..7af1637 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -8336,7 +8336,8 @@ See also `org-refile-use-outline-path' and > `org-completion-use-ido'" > (delete-region (point) (+ (point) region-length)) > (org-cut-subtree)) > (setq org-markers-to-move nil) > - (message "Refiled to \"%s\"" (car it))))))) > + (message "Refiled to \"%s\"" (car it)))))) > + (org-reveal)) > > (defun org-refile-goto-last-stored () > "Go to the location where the last refile was stored." > -- > 1.6.3.rc0 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode