From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: tagging during creation Date: Wed, 31 Oct 2007 14:04:41 +0000 Message-ID: <87ir4nl6rq.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InDFc-0007vW-8l for emacs-orgmode@gnu.org; Wed, 31 Oct 2007 09:04:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InDFa-0007vK-Qo for emacs-orgmode@gnu.org; Wed, 31 Oct 2007 09:04:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InDFa-0007vH-Kr for emacs-orgmode@gnu.org; Wed, 31 Oct 2007 09:04:50 -0400 Received: from mu-out-0910.google.com ([209.85.134.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InDFa-0007A8-74 for emacs-orgmode@gnu.org; Wed, 31 Oct 2007 09:04:50 -0400 Received: by mu-out-0910.google.com with SMTP id i2so43813mue for ; Wed, 31 Oct 2007 06:04:48 -0700 (PDT) In-Reply-To: (Richard G. Riley's message of "Wed, 31 Oct 2007 13:39:32 +0100") 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 Richard G Riley writes: > Is it possible to set tags from withing the org-remember entry buffer? I > find myself using tags more and more for filtering and marking items and > would like to apply tags during the task/org-item creation phase. Yes, the usual C-c C-c binding for setting tags is actually used for sending the note. Maybe as a workaround you can use a new keybinding for setting tags through `org-set-tags': (define-key org-mode-map "\C-cc" 'org-set-tags) HTH, -- Bastien