[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
org-refile.el: Fix the case of emtpy buffer name
From: |
satotake |
Subject: |
org-refile.el: Fix the case of emtpy buffer name |
Date: |
Sun, 9 May 2021 23:47:11 +0900 |
Dear Org maintainers,
I often use org-mode for note-taking and so on.
Sometimes, I would like to refile the headings in the scratch to other
org files while I am writing.
When I call `org-refile' in the buffer, Emacs throws errors on
`org-refile-get-targets' because, typically,
these buffers do not have `buffer-name' and I set `org-refile-use-outline-path'
`file'.
To fix it, I have created my first patch.
Regards
Takeshi SATO
- org-refile.el: Fix the case of emtpy buffer name,
satotake <=
- [PATCH] org-refile.el: Fix the case of emtpy buffer name, satotake, 2021/05/09
- Re: org-refile.el: Fix the case of emtpy buffer name, satotake, 2021/05/09
- [PATCH 2/2] org-refile.el: Fix test case, satotake, 2021/05/09
- [PATCH 2/2] org-refile.el: Fix test case, satotake, 2021/05/09
- Re: [PATCH 2/2] org-refile.el: Fix test case, Maxim Nikulin, 2021/05/11
- Re: org-refile.el: Fix test case (Squashed), satotake, 2021/05/13
- [PATCH] org-refile.el: Fix the case of emtpy buffer name, satotake, 2021/05/13
- Re: [PATCH] org-refile.el: Fix the case of emtpy buffer name, Maxim Nikulin, 2021/05/14
- Re: [PATCH] org-refile.el: Fix the case of emtpy buffer name, Bastien, 2021/05/15
- Re: [PATCH] org-refile.el: Fix the case of emtpy buffer name, satotake, 2021/05/15