emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] tagging during creation


From: Bastien
Subject: Re: [Orgmode] tagging during creation
Date: Sun, 04 Nov 2007 13:05:53 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Carsten Dominik <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]