From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Outline cycling does not preserve point's position Date: Wed, 11 Sep 2013 00:52:11 +0530 Message-ID: <874n9sa3do.fsf@gmail.com> References: <87d2oi57fg.fsf@gmail.com> <7CB7B681-DD2E-446C-AE45-DDCA204EE95C@gmail.com> <5855E8E1-9730-4A29-89FF-E35C64E54EDD@gmail.com> <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> <878uz4a5iq.fsf@gmail.com> <8761u88qsy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJTTh-00033M-N3 for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 15:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJTTb-0005TU-S3 for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 15:19:57 -0400 Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]:37478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJTTb-0005TN-Js for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 15:19:51 -0400 Received: by mail-pb0-f49.google.com with SMTP id xb4so7892984pbc.8 for ; Tue, 10 Sep 2013 12:19:50 -0700 (PDT) In-Reply-To: <8761u88qsy.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 10 Sep 2013 20:39:09 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Carsten Dominik Nicolas Goaziou writes: > Thanks. Take 2: Looks good. Less surprises. Some open questions... I have no preference one way or the other. 1. Seems to like beginning of line. May be it should do a back-to-indentation. It is disconcerting to have cursor rest on margins. It should actively rest on the "active" content. 2. Goes through the table row by row. I thought the tables are escaped altogether! 3. In the example below, the cursor stops at #+caption, but not #+name It also stops at ./org-mode-unicorn.png. But it doesn't stop at the beginning of \begin{equation*}. It should stop at first line of "content" for consistency. Should it stop at each line of "#+"? 4. Put the cursor in a table cell and C-Down and I get "This shouldn't happen". But if I am within a table.el table cell, the table is escaped. 5. The only exception to "I like bol" is while visiting footnotes where the cursor skips past the label in to content. Should the cursor make a stop at description term and description defintion. 6. Should it stop at each line of "#" line? ---------------------------------------------------------------- **** A simple image with caption and label #+caption: Unicorn Logo #+name: fig:1024 [[./org-mode-unicorn.png]] **** LaTeX Fragment1 # See org-format-latex-options The equation down below has both a caption and a label. #+caption: Kinetic Energy #+name: Equation:1 \begin{equation*} e = \frac{1}{2}mv^2 \end{equation*} [fn:XYZ] There is a link to [[http://Orgmode.org][Orgmode.org]].