emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] getting org-goto to work with ido


From: Samuel Wales
Subject: [Orgmode] getting org-goto to work with ido
Date: Sun, 23 Nov 2008 14:13:43 -0700

Hi Carsten,

Thanks for the release.

ido.el works very well for org-refile.

  (setf org-refile-use-outline-path nil)
  (setq org-refile-targets '((org-agenda-files . (:maxlevel . 5))))

org-goto does not work, but can be made to work.

  (setf org-goto-auto-isearch nil)
  (setf org-goto-interface 'outline-path-completion)

To get it to work, I changed org.el's org-goto to remove the
line that contains "     (org-refile-use-outline-path t)".

Those who haven't tried ido yet, it's really nice (imo).

-- 
Professional myalgic encephalomyelitis denialists are knowingly
causing further suffering and death by opposing biomedical research on
this fast-spreading serious disease.  Do you care about the world?
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm




reply via email to

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