Re: [O] Bug: TAB cycling and narrowing to subtree [8.2.6 (release_8.2.6-903-ga1b4d9 @ /home/youngfrog/sources/org-mode/lisp/)]

2014-05-23 Thread Bastien
Hi Nicolas, Nicolas Richard writes: > e.g. why does the advice exist in the first place ? No real reason, I removed it. > IIUC, org-end-of-subtree exists for speed reasons. Could we move the > advice to within org-end-of-subtree itself, i.e. something like: > > (defun org-end-of-subtree (...)

Re: [O] Bug: TAB cycling and narrowing to subtree [8.2.6 (release_8.2.6-903-ga1b4d9 @ /home/youngfrog/sources/org-mode/lisp/)]

2014-05-23 Thread Nicolas Richard
Hello Bastien, Bastien writes: > Nicolas Richard writes: >> If, instead, you first hit TAB (to open the subtree), then narrow to subtree >> and hit TAB again to fold, you get "* love is" followed by >> org-ellipsis followed by 'd' on the same line. The 'd' shouldn't be there. > > That's an annoy

Re: [O] Bug: TAB cycling and narrowing to subtree [8.2.6 (release_8.2.6-903-ga1b4d9 @ /home/youngfrog/sources/org-mode/lisp/)]

2014-05-22 Thread Bastien
Hi Nicolas, Nicolas Richard writes: > If, instead, you first hit TAB (to open the subtree), then narrow to subtree > and hit TAB again to fold, you get "* love is" followed by > org-ellipsis followed by 'd' on the same line. The 'd' shouldn't be there. That's an annoying and known glitch -- I d

[O] Bug: TAB cycling and narrowing to subtree [8.2.6 (release_8.2.6-903-ga1b4d9 @ /home/youngfrog/sources/org-mode/lisp/)]

2014-04-30 Thread Nicolas Richard
Hi, With the following file named /tmp/test.org #+BEGIN_SRC org ,* love is all you need ,* in the air #+END_SRC Run : emacs -q -L /path/to/org/lisp/ -l org /tmp/test.org -f org-version I get: : Org-mode version 8.2.6 (release_8.2.6-6-gfc37d1 @ /path/to/org/lisp/) then narrow to subtree C-x n