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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to