Re: [O] Visibility cycling at end of headline

2015-04-25 Thread Nicolas Goaziou
"Charles C. Berry" writes: > Done. Thank you. Regards,

Re: [O] Visibility cycling at end of headline

2015-04-25 Thread Charles C. Berry
On Sat, 25 Apr 2015, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: This change in org-cycle line 131 seems to have the desired effect: [snip] It should work indeed. Can you wrap it into an appropriate patch and commit it? Regards, -- Nicolas Goaziou Done. Chuck

Re: [O] Visibility cycling at end of headline

2015-04-25 Thread Eric S Fraga
On Friday, 24 Apr 2015 at 10:37, Charles C. Berry wrote: [...] > This change in org-cycle line 131 seems to have the desired effect: Looks good. Thanks! -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1062-gce4e64

Re: [O] Visibility cycling at end of headline

2015-04-25 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > This change in org-cycle line 131 seems to have the desired effect: > > --- 128,134 Original > > ;; At an item/headline: delegate to `org-cycle-internal-local'. > ((and (or (and org-cycle-include-plain-lists (org-at-item-p)) > !

Re: [O] Visibility cycling at end of headline

2015-04-24 Thread Charles C. Berry
On Fri, 24 Apr 2015, Eric S Fraga wrote: On Thursday, 23 Apr 2015 at 21:59, Nikolaus Rath wrote: [...] Well, obviously I meant a way to *automatically* have Tab work at the end of the line I also would really like tab to work at the end of a headline with hidden text as it would anywhere el

Re: [O] Visibility cycling at end of headline

2015-04-24 Thread Eric S Fraga
On Thursday, 23 Apr 2015 at 21:59, Nikolaus Rath wrote: [...] > Well, obviously I meant a way to *automatically* have Tab work at the > end of the line I also would really like tab to work at the end of a headline with hidden text as it would anywhere else on the line. I see no benefit from org

Re: [O] Visibility cycling at end of headline

2015-04-23 Thread Nikolaus Rath
On Apr 23 2015, Kyle Meyer wrote: > Nikolaus Rath wrote: > [...] >> * Sample heading 1... >> * Sample heading 2 >> >> If the cursor is to the right of the "1" (in particular if it's at the >> end of the line), nothing happens. >> >> Why is this, > > I think this is because point is considered to

Re: [O] Visibility cycling at end of headline

2015-04-23 Thread Kyle Meyer
Nikolaus Rath wrote: [...] > * Sample heading 1... > * Sample heading 2 > > If the cursor is to the right of the "1" (in particular if it's at the > end of the line), nothing happens. > > Why is this, I think this is because point is considered to be on the hidden text, not the headline, so the c

[O] Visibility cycling at end of headline

2015-04-23 Thread Nikolaus Rath
Hello, When I'm trying to expand a folded headline using Tab, this seems to work only if the cursor is before the '...', i.e. just before the "1" in the following example: * Sample heading 1... * Sample heading 2 If the cursor is to the right of the "1" (in particular if it's at the end of the l