From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Outline cycling does not preserve point's position Date: Tue, 10 Sep 2013 22:29:50 +0200 Message-ID: <87sixc7741.fsf@gmail.com> References: <20130910073257.GO20690@kuru.dyndns-at-home.com> <20130910075345.GP20690@kuru.dyndns-at-home.com> <25A21DB7-B2E5-47BB-8A64-594A15CB24B8@gmail.com> <20130910085057.GQ20690@kuru.dyndns-at-home.com> <4ED2509E-8A2E-4ED2-BFCF-CB7B27F1D2B4@gmail.com> <20130910095043.GR20690@kuru.dyndns-at-home.com> <87a9jk8wmr.fsf@gmail.com> <20130910185843.GA20690@kuru.dyndns-at-home.com> <871u4w8nkq.fsf@gmail.com> <20130910201354.GC20690@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJUZI-0005aO-Gm for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 16:29:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJUZA-000193-3Q for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 16:29:48 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:47878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJUZ9-00018s-SL for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 16:29:40 -0400 Received: by mail-ea0-f177.google.com with SMTP id f15so4120497eak.22 for ; Tue, 10 Sep 2013 13:29:38 -0700 (PDT) In-Reply-To: <20130910201354.GC20690@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Tue, 10 Sep 2013 22:13:54 +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: Suvayu Ali Cc: emacs-orgmode@gnu.org, Carsten Dominik Suvayu Ali writes: > Okay agreed there is nothing called "file header", but would be nice to > skip all the setup stuff (wherever in the file) and get to the > content. It's really out of the scope of this function. There are other solutions to ignore large "file headers", e.g. stuff them in a drawer. > Apart from this I think I agree with Jambunathan, it would be nice if > the cursor was at some "reasonable" part of the line (probably at a > column closest to the column it was on before). Otherwise, things look > good already :). Usual `forward-paragraph' command doesn't do anything fancy with point. AFAICT, it always ends up at the beginning of a line. Also, as stated before, beginning of line is good for killing and yanking. Regards, -- Nicolas Goaziou