From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Make tag inheritance explicit Date: Tue, 23 Jan 2018 11:22:18 +0100 Message-ID: <2018-01-23T11-18-52@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edvj6-0008LQ-W9 for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 05:22:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edvj2-0002tk-Sv for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 05:22:48 -0500 Received: from [195.159.176.226] (port=54057 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edvj2-0002tH-L2 for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 05:22:44 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1edvgv-0001CQ-Di for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 11:20:33 +0100 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" To: emacs-orgmode@gnu.org Hi! Is it possible to lookup inherited tags and add them explicitly to the current heading? Example: * Project :ProjectX: ** Sub-Project :@Joe: *** Task 1 *** Task 2 When I go to "Task 1" (or 2), I want to invoke a command which "copies" the tags ProjectX and @Joe to the heading of the task. Background: Org-mode has perfect tag inheritance but unfortunately the export methods I am using do export the tags only to the headings they are assigned to and not to their sub-headings via inheritance. So copying the inherited tags would be a viable workaround to me. Thanks! -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://github.com/novoid/Memacs < Personal Information Management > http://Karl-Voit.at/tags/pim/ Emacs-related > http://Karl-Voit.at/tags/emacs/