Fix bug with org-goto in buffer without file
commit0077ce97eaa953f047bd7920ef46d13527051845
authorCarsten Dominik <carsten.dominik@gmail.com>
Thu, 10 Dec 2009 08:18:19 +0000 (10 09:18 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 10 Dec 2009 08:18:19 +0000 (10 09:18 +0100)
tree35b98d73c97a9a45b3026b8aab72104ad8ff538b
parente5942e12d6e10e18a0c8fe81424afaf89217ff2f
Fix bug with org-goto in buffer without file

Paul Griepentrog writes:

> Every once in a while I use org-mode in a buffer that is not
> associated with a file... and then org-goto gets confused.  To repeat:
>
> BUFFER-NO-FILE
> ---------------
> * One
>   - a
> * Two
>   - b
> ---------------
>
> M-x org-mode
> C-c C-j
> org-get-refile-targets: Wrong type argument: stringp, nil
>
> [...]
>
> This patch fixes it:
lisp/ChangeLog
lisp/org.el