On Wed, Jul 4, 2012 at 5:56 PM, Nicolas Goaziou <n.goaz...@gmail.com> wrote:
> Could you provide an ECM? I cannot reproduce the problem.
>
> Also, is the move that you're trying to achieve allowed?

Yes the move is allowed. I can reproduce the problem with the attached
ECM. Evaluate the lisp block in a minimal Emacs session and try to
reorder the list below with M-<up/down>.

PS: Sorry for the weird filename. Without the txt, Gmail screws up the
    attachment MIME type.

-- 
Suvayu

Open source is the future. It sets us free.
# -*- mode: org; -*-

* Setup
#+BEGIN_SRC emacs-lisp :results silent
  (load-library "org-export")
  (defalias 'org-metaup 'org-element-drag-backward)
  (defalias 'org-metadown 'org-element-drag-forward)
#+END_SRC

* Comparisons
Some text
1. list item
2. some emphasized text
3. another list item

Reply via email to