From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Nelson-Smith Subject: Refiling Issue Date: Sun, 20 May 2012 10:56:29 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SW2sM-0005Ez-7C for emacs-orgmode@gnu.org; Sun, 20 May 2012 05:56:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SW2sK-00073v-B7 for emacs-orgmode@gnu.org; Sun, 20 May 2012 05:56:33 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:38973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SW2sK-00073p-4G for emacs-orgmode@gnu.org; Sun, 20 May 2012 05:56:32 -0400 Received: by vbbey12 with SMTP id ey12so4041363vbb.0 for ; Sun, 20 May 2012 02:56:29 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I have notes from mobile.org appearing in ~/org/from-mobile.org I try to refile them under a headline in my gtd.org, which is listed as an agenda file. However, when I do C-c C-w I don't see any options for refiling other than under other headlines in the from-mobile.org. The relevant sections of my .emacs file are: '(org-agenda-files (quote ("~/Dropbox/GTD/gtd.org"))) (setq org-refile-targets (quote ((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9)))) (setq org-refile-use-outline-path t) (setq org-outline-path-complete-in-steps nil) (setq org-refile-allow-creating-parent-nodes (quote confirm)) (setq org-completion-use-ido t) (setq ido-everywhere t) (setq ido-max-directory-size 100000) (ido-mode (quote both)) Any idea what I am doing wrong? S.