From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: question: how to refile labeled with origin? Date: Fri, 15 Oct 2010 19:41:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=60351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6oHa-0004PJ-ID for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 13:41:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6oHZ-00052h-JQ for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 13:41:30 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:54915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6oHZ-00052A-GT for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 13:41:29 -0400 Received: by iwn1 with SMTP id 1so1880155iwn.0 for ; Fri, 15 Oct 2010 10:41:27 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi all How can items from different parents be merged into a single parent so that the old context from where these items came from is still available? before org-refile: ======================================== #+STARTUP: odd * most important tasks * project a *** subject 1 blabla 1 * project b *** subject 2 blabla 2 ======================================== after org-refile, e. g. by adding `project a: ', `project b ': ======================================== #+STARTUP: odd * most important tasks *** project a: subject 1 blabla 1 *** project b: subject 2 blabla 2 * project a * project b ======================================== A use case for this is reading subjects from several RSS/atom news feeds timely sorted with the nice org-sort. Michael