emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: emacs-orgmode@gnu.org, Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: Outline cycling does not preserve point's position
Date: Tue, 10 Sep 2013 20:58:43 +0200	[thread overview]
Message-ID: <20130910185843.GA20690@kuru.dyndns-at-home.com> (raw)
In-Reply-To: <87a9jk8wmr.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1628 bytes --]

Hi Nicolas,

On Tue, Sep 10, 2013 at 06:33:16PM +0200, Nicolas Goaziou wrote:
> 
> Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> 
> > On Tue, Sep 10, 2013 at 11:02:35AM +0200, Carsten Dominik wrote:
> >>
> >> And by linear, I think we don't mean strictly linear, but on a
> >> paragraph/table/item scale, ignoring hierarchy.
> >
> > Yes.  However I think I differ a bit on items.  For me in a list like
> > the following, I would call moving by paragraphs _within_ the list items
> > linear; so, "Lorem..." → "Cras..." → "Integer..." → "Aenean..." →
> > "Pellentesque...", and so on.
> 
> Here's a first draft for the linear forward motion. Disclaimer: I didn't
> test it thoroughly.
> 
>   (defun org-forward-linear-element ()


Some comments and a backtrace (I used the corrected 2nd revision):

1. When traversing the file header, goes one line at a time.  I would
   expect to go to the next blank line.  In the attached Org file, from
   somewhere on #+TITLE to the blank line before the first headline.

2. Skips whole source block even if there are blank lines.  So can't
   navigate large source blocks for small edits.  Try on the python
   source block under the first headline.

3. Goes through each row of a table instead of going over the table in
   one go.  Start with cursor on "From ConDBBrowser:".

4. Skips the whole body under a headline when followed by link.  Try
   putting point on the headline "Important points" and move; you will
   jump to "Tagging Issues" instead of the link and the list after.


How can I test going backward?

-- 
Suvayu

Open source is the future. It sets us free.

[-- Attachment #2: linear-paragraph-motion-test.org --]
[-- Type: text/plain, Size: 2446 bytes --]

#+TITLE:     B-physics stuff
#+AUTHOR:    Suvayu Ali
#+EMAIL:     Suvayu dot Ali at cern dot ch
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:{} -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport


* Parameters
A random source block
#+begin_src python
  print 'Hello'
  
  print 'Hello again!'

  print 'Hello again, again!'
#+end_src

From ConDBBrowser:
| PARTICLE | GEANTID | PDGID |  MASS(GeV) |      TLIFE(s) | EVTGENNAME |
|----------+---------+-------+------------+---------------+------------|
| B_s0     |      75 |   531 | 5.36630000 | 1.472000e-012 | B_s0       |
| B_s~0    |      76 |  -531 | 5.36630000 | 1.472000e-012 | anti-B_s0  |
| B_s0H    |   99996 |   530 | 5.36630000 | 1.536875e-012 | B_s0H      |
| B_s0L    |   99997 |   350 | 5.36630000 | 1.407125e-012 | B_s0L      |


* Bachelor particle opening angle as PID
  :PROPERTIES:
  :CUSTOM_ID: opening-angle
  :END:

** Important points
[[notmuch:id:20120102164039.2827616d@nikhef.nl][Notmuch email thread with comments]]

1. Bs⁰ is pseudo-scalar meson: decays isotropically in its rest frame,
   idea is to exploit this fact to better separate Bs⁰→Dsπ and Bs⁰→DsK
   crossfeed
2. Dependence on mass hypotheses:
   - Opening angle in lab frame (does not depend on mass hyp.)
   - Boost back to Bs⁰ rest frame (depends on mass hyp.)
   - if mass hyp. correct, cos(θ*) must be flat (isotropic decay of
     scalar!), mass must be Bs⁰ mass within resolution

     some modification to flat cos(θ*) distribution due to /detector
     acceptance/ effects


* Tagging Issues
  :PROPERTIES:
  :CUSTOM_ID: tagging
  :END:

How should SS and OS tagging decisions be combined?  What do we do in
overlap regions b/w the two taggers?
#+begin_example
  +----------------------------------+
  |                                  |
  |    +---------------+             |
  |    |               |             |
  |    |  OST    +-+-+-+--------+    |
  |    |         |/ / /|        |    |
  |    |         | / / |        |    |
  |    +---------++-+-++        |    |
  |              |        SSK   |    |
  |  All events  |              |    |
  |              +--------------+    |
  |                                  |
  +----------------------------------+
#+end_example


# Local Variables:
# org-export-allow-BIND: t
# default-input-method: TeX
# End:

  parent reply	other threads:[~2013-09-10 18:59 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-07 12:11 Outline cycling does not preserve point's position Sebastien Vauban
2013-09-07 14:17 ` Carsten Dominik
     [not found]   ` <BED1FBAA-8BB5-45D6-8328-11C0BB2DF015-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-09-07 19:28     ` Sebastien Vauban
2013-09-08  6:16       ` Carsten Dominik
2013-09-09  7:57         ` Sebastien Vauban
2013-09-08 11:03       ` Eric Schulte
2013-09-09  8:39         ` Sebastien Vauban
2013-09-08 16:23       ` Carsten Dominik
2013-09-09  8:11         ` Sebastien Vauban
2013-09-09  8:13           ` Carsten Dominik
2013-09-09  8:23             ` Sebastien Vauban
2013-09-09  8:27               ` Carsten Dominik
2013-09-09  8:33                 ` Sebastien Vauban
2013-09-09  8:38                   ` Bastien
2013-09-09  9:05                     ` Carsten Dominik
2013-09-09 11:32                       ` Nicolas Goaziou
2013-09-09 11:49                         ` Bastien
2013-09-09 15:27                           ` Nicolas Goaziou
2013-09-09 14:23                         ` Carsten Dominik
2013-09-09 15:16                           ` Jambunathan K
2013-09-09 15:41                           ` Nicolas Goaziou
2013-09-09 17:42                             ` Sebastien Vauban
2013-09-10  3:47                             ` Carsten Dominik
2013-09-10  6:03                               ` Carsten Dominik
2013-09-10  6:48                                 ` Eric Abrahamsen
2013-09-10  7:32                                 ` Suvayu Ali
2013-09-10  7:53                                   ` Suvayu Ali
2013-09-10  7:58                                     ` Carsten Dominik
2013-09-10  8:16                                       ` Carsten Dominik
2013-09-10  8:50                                         ` Suvayu Ali
2013-09-10  9:02                                           ` Carsten Dominik
2013-09-10  9:50                                             ` Suvayu Ali
2013-09-10 16:33                                               ` Nicolas Goaziou
2013-09-10 18:35                                                 ` Jambunathan K
2013-09-10 18:39                                                   ` Nicolas Goaziou
2013-09-10 19:22                                                     ` Jambunathan K
2013-09-10 19:40                                                       ` Jambunathan K
2013-09-10 19:52                                                       ` Nicolas Goaziou
2013-09-10 18:58                                                 ` Suvayu Ali [this message]
2013-09-10 19:07                                                   ` Suvayu Ali
2013-09-10 19:48                                                   ` Nicolas Goaziou
2013-09-10 20:13                                                     ` Suvayu Ali
2013-09-10 20:29                                                       ` Nicolas Goaziou
2013-09-10 21:08                                                     ` Carsten Dominik
2013-09-11 12:24                                                       ` Suvayu Ali
2013-09-12  6:54                                                         ` Jambunathan K
2013-09-12  9:11                                                           ` Nicolas Goaziou
2013-09-12  9:28                                                             ` Jambunathan K
2013-09-12  9:47                                                               ` Suvayu Ali
2013-09-11  2:49                                                     ` Jambunathan K
2013-09-11 11:09                                                       ` Nicolas Goaziou
2013-09-11 11:34                                                         ` Jambunathan K
2013-09-11 15:19                                                           ` Nicolas Goaziou
2013-09-11 15:40                                                             ` Jambunathan K
2013-09-11 15:31                                                         ` Jambunathan K
2013-09-11 15:40                                                           ` Nicolas Goaziou
2013-09-11 16:14                                                             ` Jambunathan K
2013-09-11 20:01                                                               ` Nicolas Goaziou
2013-09-11 22:11                                                                 ` Suvayu Ali
2013-09-12  6:43                                                                 ` Jambunathan K
2013-09-12  9:07                                                                   ` Nicolas Goaziou
2013-09-12 10:12                                                                     ` Jambunathan K
2013-09-12  7:17                                                                 ` Sebastien Vauban
2013-09-13 10:57                                                                 ` Carsten Dominik
2013-09-13 22:29                                                                   ` Nicolas Goaziou
2013-09-14  5:33                                                                     ` Carsten Dominik
2013-09-14 17:16                                                                     ` Suvayu Ali
2013-09-15  4:39                                                                       ` Carsten Dominik
2013-09-10 20:16                                         ` Samuel Wales
2013-09-10  5:06                             ` Jambunathan K
2013-09-11  3:57                             ` Jambunathan K
2013-09-11 15:47                               ` Nicolas Goaziou
2013-09-09  8:38                   ` Carsten Dominik
2013-09-09 11:30                     ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130910185843.GA20690@kuru.dyndns-at-home.com \
    --to=fatkasuvayu+linux@gmail.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).