From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giri Prashanth Subject: [0] Run org-babel src block periodically Date: Sun, 3 Jan 2016 11:33:46 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c0219e3b2d2305287315f2 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFoPT-0005Xc-MQ for emacs-orgmode@gnu.org; Sun, 03 Jan 2016 14:33:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFoPS-0003gY-Tw for emacs-orgmode@gnu.org; Sun, 03 Jan 2016 14:33:47 -0500 Received: from mail-yk0-x22e.google.com ([2607:f8b0:4002:c07::22e]:33709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFoPS-0003g8-QH for emacs-orgmode@gnu.org; Sun, 03 Jan 2016 14:33:46 -0500 Received: by mail-yk0-x22e.google.com with SMTP id k129so207919879yke.0 for ; Sun, 03 Jan 2016 11:33:46 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --001a11c0219e3b2d2305287315f2 Content-Type: text/plain; charset=UTF-8 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 file auto updated #+BEGIN_SRC shell :repeat 60 :repeat-every 60sec tail -n 10 file #+END_SRC Thank you, -GP --001a11c0219e3b2d2305287315f2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 periodica= lly every 1 min for next 1 hour, I would like to set a property like repeat= for times to repeat and keep the org file auto updated=C2=A0
#+BEGIN_SRC shell :repeat 60 :rep= eat-every 60sec
tail -n 10 file
#+END_SRC

Tha= nk you,
-GP
--001a11c0219e3b2d2305287315f2--