emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org-refile and ivy


From: Loris Bennett
Subject: Re: org-refile and ivy
Date: Mon, 25 Jan 2021 09:29:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Eric,

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> Dear all org mode list readers,
>
> I have been trying to get to grips with org-refile.  For some reason,
> the completion mechanism (I use ivy generally but I have no idea what
> org-refile actually tries to do/use) only shows me the current file name
> if I have org-refile-targets set to nil.  It doesn't show any top level
> headlines to choose from which is what I would expect from the
> documentation.  Hitting RET to select the completion target given (file
> name only) refiles to the end of the file which is not what I want.
>
> This is with org updated fairly recently but not quite up to
> date.  However, I've had this problem for a long time and don't use
> org-refile as a result.
>
> Any suggestions welcome.
>
> Thank you,
> eric

Refiling works for me.  I have

  (setq org-refile-targets '(("gtd.org" :regexp . "Task")
                             ("someday.org" :level . 1)
                             ("projects.org" :regexp . "Tasks")
                             (nil :tag . "refile")
                             (org-agenda-files :regexp . "Tasks")
                             (org-agenda-files :regexp . "Appointments")
                             (nil :maxlevel . 3)))

I use IDO, but at some point tried out ivy.  I seem to remember having
some issues with it (I still have commented out ivy stuff in my
init.org).  Unfortunately I can't remember whether the problems were
related to refiling :-/

Cheers,

Loris

-- 
This signature is currently under construction.




reply via email to

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