Thanks Bastien,

This is almost what I wanted and although I'm not a lisp hacker I think I
should be able to start from this and google my way to what I want.

--
Darlan

At Wed, 02 Feb 2011 11:28:45 +0100,
Bastien <bastien.gue...@wikimedia.fr> wrote:
> 
> Hi Darlan,
> 
> Darlan Cavalcante Moreira <darc...@gmail.com> writes:
> 
> > I have a main .org file where I put almost everything. There is a
> > "Projects" headline where each subheading is a different project. During
> > the day I need to go to the Projects headline and open one of the its
> > subheadings when I want and add/read something in that project. I know I
> > can use a capture template to add something to one of the projects, but
> > that does not work (or does it?) when I just want to read or modify
> > something.
> 
> Maybe some dummy function like that?
> 
> (defun my-find-org-heading nil
>   "Find a heading."
>   (interactive)
>   (find-file "~/org/my.org")
>   (goto-char (point-min))
>   (search-forward "* Your heading")
>   (org-narrow-to-subtree))
> 
> -- 
>  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