From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: [PATCH] org-id-goto doesn't work if buffer is narrowed. Date: Fri, 23 Oct 2015 23:35:31 +0530 Message-ID: References: <874mhh1u7s.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpgiu-0008Cu-BP for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 14:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zpgit-0007cp-Dv for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 14:05:52 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:38184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpgit-0007c2-3v for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 14:05:51 -0400 Received: by wicll6 with SMTP id ll6so42170149wic.1 for ; Fri, 23 Oct 2015 11:05:50 -0700 (PDT) In-Reply-To: <874mhh1u7s.fsf@gmx.us> 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: Rasmus Cc: emacs-orgmode Hi Rasmus, On Fri, Oct 23, 2015 at 8:57 PM, Rasmus wrote: > It's not obvious that org should change a=E2=80=94potentially=E2=80=94car= efully selected > narrowed region. I agree. But, am I not explicitly asking to jump to the specified item. I don't mind the widening, at least when the call is interactive. I agree with you when some other code is calling it, though. > Perhaps you could mimic the way org-edit-special works for this case. You mean, display the entry in a new buffer, and any changes will be applied onto the original entry too? --=20 Puneeth