Yes, 2906e50177d47 is needed on maint. However, my understanding is
that on maint we still escape filesystem slashes in the outline path?
If so, org-protect-path will be needed around the file-truename in
2906e50177d4
My workflow recently changed such that I no longer need to set
org-refile-use-o
Hello,
Allen Li writes:
> I just realized that this patch was applied to the master branch, not
> the maint branch.
>
> The absence of this patch results in the continued life of a bug in
> the maint branch where it is not possible to refile to the top level
> of an agenda file when using full-f
I just realized that this patch was applied to the master branch, not
the maint branch.
The absence of this patch results in the continued life of a bug in
the maint branch where it is not possible to refile to the top level
of an agenda file when using full-file-path for
org-refile-use-outline-pa
Thanks for the info. I was chasing down this bug in org-20170606,
where it still required `org-protect-slash`, so I was anxious about
its absence in your patch.
On Wed, Jun 21, 2017 at 12:55 AM, Sebastian Reuße wrote:
> Hello Allen,
>
> Allen Li writes:
>
>> On Mon, May 15, 2017 at 5:54 AM, Seba
Hello Allen,
Allen Li writes:
> On Mon, May 15, 2017 at 5:54 AM, Sebastian Reuße wrote:
>> * org.el (org-refile-get-targets): Setting org-refile-use-outline-path
>> to `file' or `buffer-name' causes an additional target for the file’s
>> root node to be inserted. This functionality was absent w
On Mon, May 15, 2017 at 5:54 AM, Sebastian Reuße wrote:
> * org.el (org-refile-get-targets): Setting org-refile-use-outline-path
> to `file' or `buffer-name' causes an additional target for the file’s
> root node to be inserted. This functionality was absent when using
> `full-file-path'. We now a
Hello,
Sebastian Reuße writes:
> * org.el (org-refile-get-targets): Setting org-refile-use-outline-path
> to `file' or `buffer-name' causes an additional target for the file’s
> root node to be inserted. This functionality was absent when using
> `full-file-path'. We now add this since it is con
* org.el (org-refile-get-targets): Setting org-refile-use-outline-path
to `file' or `buffer-name' causes an additional target for the file’s
root node to be inserted. This functionality was absent when using
`full-file-path'. We now add this since it is convenient and makes the
behavior more consis