From: Nathan Neff <nathan.neff@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Refile targets fail with certain filename
Date: Mon, 12 Dec 2011 09:55:18 -0600 [thread overview]
Message-ID: <CAC=HedDx2hzEDtAPb7tORvPAZA4eRz4Tbmv4YJJYWvZ1da1X4Q@mail.gmail.com> (raw)
Hello,
This was a very tricky problem to work around. I have two directories
("notesmine" and "personal") that I use to refile stuff to. I refile to my
notesmine directory once every few months, so I was baffled last night
when I started getting "Wrong type argument:
stringp, nil" when I wanted to refile to my notesmine directory.
;; Setup
;; My /Users/nate/Documents/notesmine directory has a file called
"org-mode.org" in it.
;; Begin Code
(defun njn/personal-org-files()
(interactive)
(directory-files "/Users/nate/Documents/notesmine" 't "^[^.].*org$")
)
(defun njn/refile-targets-personal()
(interactive)
(setq org-refile-targets
(quote ((njn/personal-org-files :maxlevel . 5))))
)
;; I would then run M-x njn/refile-targets-personal, and
;; then press Ctrl-C Ctrl-W to refile a heading in one of my org files.
;; Then, I would see the "Wrong type argument: stringp nil"
I found that the problem *disappears* when I remove or re-name
the "org-mode.org" file from my notesmine directory!
I refile to my personal directory all the time, and I found that if
I move the "org-mode.org" file to my personal directory, (or create a blank
"org-mode.org" file in my personal directory then I would start
getting the same "Wrong type argument stringp, nil" error when refiling
to my personal directory.
So, as a geek, I'm interested in why the "org-mode.org" filename causes
this error. I've reproduced the problem with the simple code above, so
I hope someone else can say "Yes, I can reproduce the problem" and I will
have done some good :-)
Can anyone reproduce the error and tell me if "org-mode.org" is a keyword or
function or something, or is the problem in the regular expression I'm
using to select
my refile targets?
Thanks,
--Nate
next reply other threads:[~2011-12-12 15:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 15:55 Nathan Neff [this message]
2011-12-12 17:05 ` Refile targets fail with certain filename Nick Dokos
2011-12-12 21:04 ` Nathan Neff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAC=HedDx2hzEDtAPb7tORvPAZA4eRz4Tbmv4YJJYWvZ1da1X4Q@mail.gmail.com' \
--to=nathan.neff@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.