Hi, when I have this file
=================== cut ======================= * A ** B ** C =================== cut ======================= and set org-archive-location to "::* Archived Tasks", as recommended in the documentation of this variable. Then, after doing C-c C-x C-a (org-archive-subtree-default) both on B and on C, I get =================== cut ======================= * A * Archived Tasks ** B... * Archived Tasks ** C... =================== cut ======================= while I would have expected =================== cut ======================= * A * Archived Tasks ** B... ** C... =================== cut ======================= (only one Archived Tasks heading). Is it really intended that org-archive-subtree-default inserts the heading, even if it does already exist? Thanks, Hendrik