Gregor Zattler <[email protected]> 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
