Hello,

stardiviner <numbch...@gmail.com> writes:

> I use function ~org-set-tags~ pragmatically like this:

[...]

> But I found a problem, it will overwrite original tags. It's not appending 
> method.

Well, it is expected according to its docstring, isn't it?

> I hope this function can be improve to suitable for this purpose. What about 
> and
> optional argument of this function to decide overwrite or append
> method?

I think 

  (org-set-tags (cons "LOG" (org-get-tags nil t)))

is enough. No need to add arguments.

Regards,

-- 
Nicolas Goaziou

Reply via email to