emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org-refile refiles items to active clock


From: Matt Lundin
Subject: [Orgmode] org-refile refiles items to active clock
Date: Wed, 04 Nov 2009 11:34:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hi all,

I updated to the most current git version of org this morning and am
finding that org-refile simply moves items to currently clocked-in item
(at least when that item is in the current file) without offering a
prompt for targets. I have not changed anything in my org setup since
yesterday, when org-refile worked correctly.

Here are my org-refile settings:

--8<---------------cut here---------------start------------->8---
(setq org-refile-targets '((org-agenda-files :maxlevel . 2)
                           (nil :maxlevel . 2)))

(setq org-goto-interface 'outline-path-completion)

(setq org-refile-allow-creating-parent-nodes 'confirm)

(setq org-outline-path-complete-in-steps t)
(setq org-completion-use-ido nil)
(setq org-refile-use-outline-path 'file)  
--8<---------------cut here---------------end--------------->8---

Thanks,
Matt




reply via email to

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