emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Visiting an Entry with an ID


From: Alan Parker Lue
Subject: Re: [O] Visiting an Entry with an ID
Date: Tue, 9 Feb 2016 15:00:10 -0500

That's perfect, thanks!

On Tuesday, February 9, 2016, John Kitchin <address@hidden> wrote:
I posted this answer on SO:

(defun open-id (id)
  (org-id-goto id)
  (message "%s" (current-buffer)))

It seems to do what you want.

Alan Parker Lue writes:

> Trying to figure out how to switch buffers when visiting an entry given an
> ID in Elisp. To elaborate:
>
> http://stackoverflow.com/questions/35299171/org-mode-elisp-how-does-one-switch-the-buffer-when-using-an-id-to-visit-an-en
>
> Does anyone have an answer for this?


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

reply via email to

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