From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: tagging during creation Date: Sun, 04 Nov 2007 13:05:53 +0000 Message-ID: <87tzo29n4e.fsf@bzg.ath.cx> References: <87ir4nl6rq.fsf@bzg.ath.cx> <87k5p3jotp.fsf@bzg.ath.cx> <630A9B9D-9387-45C0-8E0A-82EF38D733D8@science.uva.nl> 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 1IoeF5-0000Td-AJ for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 07:06:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IoeF2-0000Sx-LP for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 07:06:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoeF2-0000Sq-DN for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 07:06:12 -0500 Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoeF1-0004Ws-TW for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 07:06:12 -0500 Received: by nf-out-0910.google.com with SMTP id f5so1245468nfh for ; Sun, 04 Nov 2007 04:06:10 -0800 (PST) In-Reply-To: <630A9B9D-9387-45C0-8E0A-82EF38D733D8@science.uva.nl> (Carsten Dominik's message of "Sun, 4 Nov 2007 08:22:24 +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 Carsten Dominik writes: >> - (org-set-local 'org-tag-alist nil) >> + (org-set-local 'org-tag-alist org-tag-alist) > > I don't think this patch is correct. This code is only executed when > there is a #+TAGS line in the buffer, and then it needs to be > executed, to overrule the global settings. If there is no #+TAGS > line, the global value will be used. > What exactly are you trying to fix with this patch? I was trying to address Richard's question: Is it possible to set tags from withing the org-remember entry buffer? The first problem is that remember buffers steal the C-c C-c key. You cannot add fast tag selection as usual. A solution might be to use the C-x C-s key to process the *remember* buffer and bind C-c C-c back to org-set-tags. What do you think? The second problem was that I thought the global value of org-tag-alist was ignored in remember buffer but I was wrong. I messed up while going back and forth from config to *remember* buffer... sorry for that! -- Bastien