On Wed, Dec 6, 2017 at 12:19 PM, Allen Li <vianchielfa...@gmail.com> wrote: > (Can reproduce with Org 9.1.3, submitting with emacs -Q) > > Using a file tmp.org: > > * Foo > ** Archive :ARCHIVE: > *** Test > :PROPERTIES: > :ARCHIVE_TIME: 2017-12-06 Wed 12:13 > :END: > ** Bar > > This appears like so with default visibility: > > * Foo > ** Archive :ARCHIVE:... > ** Bar > > Archiving Bar with C-c C-x A yields: > > * Foo > ** Archive :ARCHIVE:... > *** Bar... > > Expected visibility: > > * Foo > ** Archive :ARCHIVE:...
Actually, this issue is a bit more severe. point does not get left on the next headline, which breaks my workflow of recording a macro for C-c C-x A and tapping F4 many times. According to http://lists.gnu.org/archive/html/emacs-orgmode/2017-10/msg00286.html > AFAIK, there is no special location in the file for archived subtrees, > i.e., there is nothing wrong with > > * Some projects > ** Some item... > ** Archive :ARCHIVE:... > ** New entry... This bug means that the Archive headline's position is significant.