Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
On Fri, Dec 4, 2009 at 1:03 PM, Nick Dokos wrote: > Nathan Neff wrote: > > > On Fri, Dec 4, 2009 at 10:45 AM, Nick Dokos > wrote: > > > > Nathan Neff wrote: > > > > > Currently, I'm getting an error when I try to refile my notes > > > and I think it's something very basic. > >

Nick Dokos: Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nick Dokos
Noch ein mal: I forgot to cc: the list. Apologies. --- Forwarded Message Date:Fri, 04 Dec 2009 14:03:39 -0500 From:Nick Dokos To: Nathan Neff cc: nicholas.do...@hp.com Subject: Re: [Orgmode] Lists for org-refile-targets Nathan Neff wrote: > On Fri, Dec 4, 2009 at

Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
I still get the "Wrong type argument: numberp, (0.5)" error. Here's the stacktrace for the error that I get when I set org-refile-targets with the following code: ;; Use environment variable $ORGDIR to get dir for org-directory (setq org-directory (getenv "ORGDIR")) (setq notesmine-dir "~/

Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nick Dokos
Nathan Neff wrote: > Currently, I'm getting an error when I try to refile my notes > and I think it's something very basic. > > Here's the relevant code: > > ;; Use environment variable $ORGDIR to get dir for org-directory > (setq org-directory (getenv "ORGDIR")) > (setq notesmine-dir "~/Docume

[Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
Hello, I'm not a lisp programmer -- I would like to tell org-mode to use two lists of files (org-agenda-files and notesmine-files) when I refile my remember notes. Currently, I'm getting an error when I try to refile my notes and I think it's something very basic. Here's the relevant code: ;; U