Re: [O] source code folding

2012-05-29 Thread Petro Khoroshyy
Memnon Anon writes: > Puneeth Chaganti writes: > >> I'm not sure there's such a short cut, but you can define one for yourself. >> >> A simple function (without any sort of error checking) like the one >> below can be bound to a key-binding of your choice. >> >> -

Re: [O] source code folding

2012-05-28 Thread Eric Schulte
Petro Khoroshyy writes: > Hi all. > I can fold source code block using TAB key on begin_src block. Is there > a shortcut to do it within source code block, without navigation to > begin_src line? > Thanks. > Petro. > > Hi Petro, Such functionality is not provided by default, but the `org-hide-b

Re: [O] source code folding

2012-05-28 Thread Memnon Anon
Puneeth Chaganti writes: > I'm not sure there's such a short cut, but you can define one for yourself. > > A simple function (without any sort of error checking) like the one > below can be bound to a key-binding of your choice. > >

Re: [O] source code folding

2012-05-28 Thread Puneeth Chaganti
On Mon, May 28, 2012 at 8:42 PM, Petro Khoroshyy wrote: > Hi all. > I can fold source code block using TAB key on begin_src block. Is there > a shortcut to do it within source code block, without navigation to > begin_src line? I'm not sure there's such a short cut, but you can define one for you

[O] source code folding

2012-05-28 Thread Petro Khoroshyy
Hi all. I can fold source code block using TAB key on begin_src block. Is there a shortcut to do it within source code block, without navigation to begin_src line? Thanks. Petro.