Re: [O] how to org-refile to a target within the current file?

2016-05-08 Thread Peter Salazar
Here's the solution: (defun my-org-files-list () (delq nil (mapcar (lambda (buffer) (buffer-file-name buffer)) (org-buffer-list 'files t On Wed, May 4, 2016 at 1:20 PM, Peter Salazar wrote: > Hello, I use org-refile quite a bit, but for my use-case,

[O] how to org-refile to a target within the current file?

2016-05-04 Thread Peter Salazar
Hello, I use org-refile quite a bit, but for my use-case, I want to refile my org-mode subtrees not to an org-agenda file, but to the current file or another file I'm currently visiting. I had a way of doing this that was working correctly, but now has stopped working. I'm not sure what I changed