Hi Marcelo,

Marcelo de Moraes Serpa <celose...@gmail.com> writes:

> So, I see myself too often trying going to the same toplevel item on
> my gtd.org file. 

Bernt posted some useful bits in a similar discussion:
  http://article.gmane.org/gmane.emacs.orgmode/37180

I would do this:

--8<---------------cut here---------------start------------->8---
(defun my-focus-on-this ()
  "Focus on THIS project"
  (interactive)
  (org-id-goto "6e959401-f6d3-4e9e-9cd8-0f80f12fa585")
  (org-show-subtree)
  (org-narrow-to-subtree))
--8<---------------cut here---------------end--------------->8---

Use `org-id-get-create' to create the ID if necessary.

HTH,

-- 
 Bastien

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to