Carsten Dominik <[EMAIL PROTECTED]> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode