From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [bug?] inherit tags before org-refile Date: Thu, 8 Aug 2013 08:59:29 +0200 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7KCE-0005cN-8g for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 02:59:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7KC5-0005zY-Qn for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 02:59:42 -0400 Received: from mail-ea0-x22d.google.com ([2a00:1450:4013:c01::22d]:62328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7KC5-0005zN-Jj for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 02:59:33 -0400 Received: by mail-ea0-f173.google.com with SMTP id g10so1239867eak.18 for ; Wed, 07 Aug 2013 23:59:32 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Oleh Cc: emacs-orgmode@gnu.org On 23.7.2013, at 14:10, Oleh wrote: > Hi all, >=20 > When I call `org-refile' on a heading that inherits at tag > from its parent, but does not possess it, it looses this tag. >=20 > To give an example, the parent heading has :boss: > tag attached to it - it means that all child headings have=20 > something to do with the boss. > Now I choose to refile only the subheadings with concern > my meetings with the boss to a general meetings heading=20 > in a different file. And in doing so, they loose the :boss: tag. >=20 > I find this inconsistent, since before refiling=20 > a heading, I could find it with C-c a m, and now I cannot. >=20 > Is there a way to fix this? Hi Oleh, No, there is not. By refiling you show your intent that the heading = should be in a different context, and that is reflected by the new tags. Regards - Carsten >=20 > regards, > Oleh