emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* getting org-goto to work with ido
@ 2008-11-23 21:13 Samuel Wales
  2008-11-24  9:59 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Samuel Wales @ 2008-11-23 21:13 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-25 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-23 21:13 getting org-goto to work with ido Samuel Wales
2008-11-24  9:59 ` Carsten Dominik
2008-11-25 20:07   ` Samuel Wales
2008-11-25 22:39     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).