From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: New feature: loop over siblings for some commands Date: Mon, 18 Jul 2011 10:32:11 +0200 Message-ID: <87aacchtv8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QijF2-0003XX-I6 for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 04:31:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QijEx-0003yg-QH for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 04:31:52 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:33578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QijEx-0003yQ-Af for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 04:31:47 -0400 Received: by wwf22 with SMTP id 22so2290889wwf.30 for ; Mon, 18 Jul 2011 01:31:45 -0700 (PDT) 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@gnu.org Dear all, from latest git repo: (setq org-loop-over-siblings-within-active-region-p t) will allow you to run some commands on several siblings in the active region. For example: * Item 1 * Item 2 * Item 3 Then `C-c C-s' (org-schedule) will ask for a schedule date for each of the item in the active region. See the commit log for more details: http://orgmode.org/w/?p=org-mode.git;a=commit;h=366254217ac6faea20a5d43fae065bd028806eab I'm interested in allowing this for org-todo as well, but I would first like some feedback on the current feature and its scope wrt actual needs. Thanks a lot! -- Bastien