From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: feature suggestion: apply datetime prompt magic to selected region Date: Mon, 24 Oct 2011 08:00:54 +0200 Message-ID: <87vcrfc4ix.fsf@gnu.org> References: <87ehypx5s1.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIDZs-0003BV-J6 for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 02:00:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIDZr-00077Q-Ig for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 02:00:04 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:42525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIDZr-00077C-88 for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 02:00:03 -0400 Received: by wwf27 with SMTP id 27so2466606wwf.30 for ; Sun, 23 Oct 2011 23:00:02 -0700 (PDT) In-Reply-To: (suvayu ali's message of "Sat, 8 Oct 2011 09:33:31 +0200") 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: suvayu ali Cc: Brian van den Broek , emacs-orgmode@gnu.org Hi Brian, suvayu ali writes: > Ah I see it now, you want the org-timestamp command to work on a > region. Maybe you can write your own function with lisp if you are > doing this too often. Should be quite simple to try. Please check `org-loop-over-headlines-in-active-region' from latest git repo and see if using `org-schedule' in the region does what you want. We can actually implement this for `org-timestamp' as well, if relevant. Thanks, -- Bastien