[O] autosave in org-src buffer only works ones

2014-09-11 Thread Adriaan Sticker
Hi all I've the following in my init.el (setq org-edit-src-auto-save-idle-delay 5) If I open in my org file a R code block with C-c ', edit into the opened org-src buffer with the ESS major mode activated and wait for 5s, I can see autosave kicking in and my org buffer gets updated with my n

Re: [O] autosave in org-src buffer only works ones

2014-09-11 Thread Adriaan Sticker
Cool, thanks! 2014-09-11 18:28 GMT+02:00 Nicolas Goaziou : > Hello, > > Adriaan Sticker writes: > > > I've the following in my init.el > > > > (setq org-edit-src-auto-save-idle-delay 5) > > > > If I open in my org file a R code block with C-c

[O] meaningfull names for org-src buffers

2014-09-11 Thread Adriaan Sticker
Hi all I was wondering if it's somehow possible to give named org src buffer the name they were give in their #+NAME tag? Now there are just called something like: *Org Src test.org[ R ]* But if you have multiple org-src buffers opened at the same time, its hard to find the correct one back. Gre

Re: [O] meaningfull names for org-src buffers

2014-09-21 Thread Adriaan Sticker
to go to a different buffer all the time. Do you have any experience with this? Greetings 2014-09-21 15:49 GMT+02:00 Grant Rettke : > On Thu, Sep 11, 2014 at 5:05 PM, Adriaan Sticker > wrote: > > I was wondering if it's somehow possible to give named org src buffer the > >

Re: [O] autosave in org-src buffer only works ones

2014-09-23 Thread Adriaan Sticker
Hi, is it possible that these function cause the buffer automatically scrolling when saving? When I save My buffer jumps/scrolls up so that my cursor is on the last row on my screen. Greets 2014-09-11 23:55 GMT+02:00 Adriaan Sticker : > Cool, thanks! > > 2014-09-11 18:28 GMT+02:0

Re: [O] autosave in org-src buffer only works ones

2014-09-28 Thread Adriaan Sticker
n org with src block and have had no issues so far. Greetz 2014-09-27 23:10 GMT+02:00 Nicolas Goaziou : > Hello, > > Adriaan Sticker writes: > > > Hi, is it possible that these function cause the buffer automatically > > scrolling when saving? > > When I save My

[O] auto hiding src blocks upon toggling headers

2014-10-08 Thread Adriaan Sticker
Hi all Is there a way to automatically hide a source block when toggling the fold status of the parent header. Currently the hide status is remembered when folding its parent headers but this turned out not to be to practical in my current workflow. Greetings

Re: [O] auto hiding src blocks upon toggling headers

2014-10-09 Thread Adriaan Sticker
Works perfectly! thanks! 2014-10-09 1:33 GMT+02:00 John Kitchin : > Sorry for the weird from email below. This was from me. I have a > separate email setup in Emacs for a class I am teaching. > > Instructor account writes: > > > Adriaan Sticker writes: > > > >