Gregor Zattler <telegr...@gmx.net> writes:

> Thanks, that was easy.  But why does this work with point on an
> agenda date line, whilst C-u C-c C-w does not?

org-agenda-refile raises a user-error before calling org-refile if it
cannot determine a marker for the current line:

    (or (org-get-at-bol 'org-hd-marker)
        (org-agenda-error))

-- 
Kyle

Reply via email to