From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: C-c ' buffer recenters point after every save Date: Wed, 27 May 2015 00:03:45 +0200 Message-ID: <87fv6jc7y6.fsf@nicolasgoaziou.fr> References: <87oal7c9ej.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxMvT-0006eV-QR for emacs-orgmode@gnu.org; Tue, 26 May 2015 18:02:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxMvT-0005Jg-1B for emacs-orgmode@gnu.org; Tue, 26 May 2015 18:02:19 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:47895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxMvS-0005IP-S7 for emacs-orgmode@gnu.org; Tue, 26 May 2015 18:02:18 -0400 In-Reply-To: (Samuel Wales's message of "Tue, 26 May 2015 14:43:21 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales writes: > On 5/26/15, Nicolas Goaziou wrote: >>> also (unrelated) this buffer modifies capture to ask you for a label. >>> can this be disabled? >> >> I don't understand this one. > > org.el: (setq label (read-string "Code line label: " label))) I see this (relatively old) line of code. It is used to create a label in an edit buffer and store it for later use. How does it "modify capture" (I'm not sure what you mean here)? Regards,