Hello, -- <ge...@laposte.net> writes:
> With Org-mode version 8.3.4 (8.3.4-5-gdc68d2-elpa), it seems the > checkbox cookies are not shown in the possible refile locations > anymore when calling org-agenda-refile. Actually, that was the intent since commit 0c67513e7dbc260ba24552ae71d4cac40e5cec2a (Sep 2010), but the regexp was buggy. This was fixed recently. > How can I have them appear again? > > Besides, is there a way to have the TODO state be shown as well? The most obvious way is to advise `org-get-outline-path' and provide your own algorithm. If you don't need the cache and the heading clean-up, it is pretty straightforward to implement. Regards, -- Nicolas Goaziou