emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] question: how to refile labeled with origin?


From: Michael Brand
Subject: [Orgmode] question: how to refile labeled with origin?
Date: Fri, 15 Oct 2010 19:41:24 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]