emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Refiling Issue
@ 2012-05-20  9:56 Stephen Nelson-Smith
  2012-05-20 10:30 ` Stephen Nelson-Smith
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Nelson-Smith @ 2012-05-20  9:56 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Refiling Issue
  2012-05-20  9:56 Refiling Issue Stephen Nelson-Smith
@ 2012-05-20 10:30 ` Stephen Nelson-Smith
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Nelson-Smith @ 2012-05-20 10:30 UTC (permalink / raw)
  To: emacs-orgmode

Aha,

On Sun, May 20, 2012 at 10:56 AM, Stephen Nelson-Smith
<sanelson@gmail.com> wrote:
> '(org-agenda-files (quote ("~/Dropbox/GTD/gtd.org")))

I think this should be (setq org-agenda-files .......)

S.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-20 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-20  9:56 Refiling Issue Stephen Nelson-Smith
2012-05-20 10:30 ` Stephen Nelson-Smith

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).