Re: [O] org-element-drag-* broken

2012-07-04 Thread suvayu ali
Hi Nicolas, On Wed, Jul 4, 2012 at 6:22 PM, Nicolas Goaziou wrote: > It means that if point is at the very beginning of the list, it will try > to move the whole list. Since there is nothing after the list, it > returns an error. > > In order to drag the first item, you have to move one character

Re: [O] org-element-drag-* broken

2012-07-04 Thread Nicolas Goaziou
Hello, suvayu ali writes: > 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-. I see. This behaviour is documented in `org-element-at-point' docstring: --8<---

Re: [O] org-element-drag-* broken

2012-07-04 Thread suvayu ali
On Wed, Jul 4, 2012 at 5:56 PM, Nicolas Goaziou 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 se

Re: [O] org-element-drag-* broken

2012-07-04 Thread Nicolas Goaziou
Hello, suvayu ali writes: > I have been trying out the `org-element-drag-backward' and > `org-element-drag-forward' navigation commands. I believe they stopped > working yesterday when I updated my org-mode (Git: dab2505 -> a69f4b8). > > When I try to move list items, I get the backtrace shown b

[O] org-element-drag-* broken

2012-07-04 Thread suvayu ali
Hi Nicolas, I have been trying out the `org-element-drag-backward' and `org-element-drag-forward' navigation commands. I believe they stopped working yesterday when I updated my org-mode (Git: dab2505 -> a69f4b8). When I try to move list items, I get the backtrace shown below. FWIW, promotion and