Reveal tags after setting them
commit3e68d01bdd3deeb9c81b7e9e03cb15989f4917fc
authorAlexey Lebedeff <binarin@gmail.com>
Sun, 25 Dec 2016 10:24:04 +0000 (25 13:24 +0300)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 29 Dec 2016 15:38:38 +0000 (29 16:38 +0100)
treebfffc068c9ca6640b36b5be5d537bb1d9e7fd6eb
parent57ca9ba80a8527e2ecbcf17c057d9eea52edf2e3
Reveal tags after setting them

* lisp/org.el (org-set-tags): Reveal newly inserted tags.
* testing/lisp/test-org.el (test-org/set-tags): New test.

Sometimes freshly added tags can be sucked into invisible outline
region (denoted by ellipsis) - and to see them you need to do the full
global visibilty cycle.
lisp/org.el
testing/lisp/test-org.el