all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* question: how to refile labeled with origin?
@ 2010-10-15 17:41 Michael Brand
  0 siblings, 0 replies; only message in thread
From: Michael Brand @ 2010-10-15 17:41 UTC (permalink / raw
  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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-15 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15 17:41 question: how to refile labeled with origin? Michael Brand

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.