From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Automatically tag an item if direct child of a specific list Date: Thu, 30 Jul 2009 16:22:06 -0500 Message-ID: <1e5bcefd0907301422q76a1a3eem1bd8bf7ffa4b4fd4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWd4m-0003bO-ES for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:22:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWd4h-0003YP-Mg for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:22:12 -0400 Received: from [199.232.76.173] (port=51548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWd4h-0003YK-GC for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:22:07 -0400 Received: from mail-yx0-f193.google.com ([209.85.210.193]:44737) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWd4h-0002q1-8c for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:22:07 -0400 Received: by yxe31 with SMTP id 31so3229609yxe.24 for ; Thu, 30 Jul 2009 14:22:06 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello list -- here goes a quick crazy question: Is there a way to extend org in a way that, whenever I write/add a new item as a direct child of a Projects list, it will tag this item as :PROJECT: automatically ? This could happen when I press enter or if I enter the item through another command (instead of writing it directly in the buffer -- like when refiling). Marcelo.