emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] wish: global C-u org-agenda-refile


From: Kyle Meyer
Subject: Re: [O] wish: global C-u org-agenda-refile
Date: Mon, 13 Nov 2017 21:33:10 -0500

Gregor Zattler <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]