emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: move org item


From: Bernt Hansen
Subject: Re: [Orgmode] Re: move org item
Date: Mon, 28 Jul 2008 09:26:53 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Manish <address@hidden> writes:

>   On Mon, Jul 28, 2008 at 9:22 AM, Bernt Hansen wrote:
>   > Richard G Riley writes:
>   >
>   >> Sorry, but I cant see it in the manual (rubs eyes) but is it
>   >> possible to move an item(s) from one org type/file to another file?
>   >>
>   >> e.g I have something in my generals "tasks" file and then want to
>   >> refile it in my "emacs" org file.
>   >>
>   >> I realise I can refile to another category in the same file using
>   >> C-c C-w (org-refile).
>   >>
>   > I tend to just fold the task, cut it, and paste it in the other file
>   > ... followed by refiling it if necessary to the 'right' place in the
>   > new file.  Maybe there's an easier way I'm unaware of.
>
> This troubled me a lot as well but I have found following setting to
> be of good use:
>
>   (setq org-refile-targets (quote ((org-agenda-files :regexp . "*"))))

Cool!  Thanks for letting me know about this.  I have way too many
targets to use your setting but this works great for me:

(setq org-refile-targets (quote ((org-agenda-files :level . 1))))

-Bernt




reply via email to

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