Re: [O] [0] Run org-babel src block periodically

2016-01-07 Thread Giri Prashanth
Thank you. This works great. -GP On Sun, Jan 3, 2016 at 2:30 PM, John Kitchin wrote: > This is kind of close to what you want I think (at least it updates > every 5 seconds for me, 5 times before it stops). You might adapt it to > do what you want. > > This is the block to run periodically. > #

Re: [O] [0] Run org-babel src block periodically

2016-01-03 Thread John Kitchin
This is kind of close to what you want I think (at least it updates every 5 seconds for me, 5 times before it stops). You might adapt it to do what you want. This is the block to run periodically. #+name: time-string #+BEGIN_SRC sh date top -o "cpu" -ncols 4 -l 1| head -n 15 #+END_SRC #+RESULTS:

[O] [0] Run org-babel src block periodically

2016-01-03 Thread Giri Prashanth
Hi, I would like to run a org-src block code periodically, is there any property for org-blocks for such repeated execution. For example if I want to watch the tail of a file periodically every 1 min for next 1 hour, I would like to set a property like repeat for times to repeat and keep the org