How to refresh tag list in org-mode without closing and reopening emacs

Posted by Pete on Super User See other posts from Super User or by Pete
Published on 2012-03-21T08:32:23Z Indexed on 2012/03/21 11:33 UTC
Read the original article Hit count: 247

Filed under:
|

In my emacs org-mode org file I have a tag list

#+TAGS: OFFICE(o) COMPUTER(c) HOME(h) PROJECT READING(r) PHOTOGRAPHY(p)

At some point, I wish to add a new tag to the list, and apply it to an item (using C-c C-c). But the new tag does not show up in the list of selectable tags.

In order to fix this, I close and reopen emacs. But I'm sure that isn't necessary, How do I refresh this list without restarting emacs?

© Super User or respective owner

Related posts about emacs

Related posts about org-mode