abo-abo / avy

Jump to things in Emacs tree-style
1.72k stars 110 forks source link

Fix: (avy-org-refile-as-child) Don't refile when avy aborted and... #258

Closed alphapapa closed 5 years ago

alphapapa commented 5 years ago

Hi Oleh,

Here are a couple of small fixes for this function:

  1. When the avy session is aborted with C-g, the refile is not attempted, which avoids an error.
  2. We ensure the refiled heading is visible by calling org-reveal in the after-refile hook.

Thanks.

abo-abo commented 5 years ago

Merged, thanks.