Bastien <b...@altern.org> writes: > Jason Dunsmore <ja...@dunsmor.com> writes: > >> Hm, I don't see any change with or without org-completion-use-ido set. >> The current heading still shows up in the refile targets. > > Weird. I double-check and have the current heading filtered out of the > refile targets. Can you check again and/or send a small test file?
It looks like it removes top-level headings from the refile targets, but nothing below that. For example, in the org file below, place the cursor on Subheading1 and type "M-x org-refile". The current heading will be in the list of refile targets. --8<---------------cut here---------------start------------->8--- * Heading1 ** Subheading1 * Heading2 --8<---------------cut here---------------end--------------->8---