From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Open an org-mode file from C++ source code and automatically create an item Date: Wed, 08 Jun 2011 01:15:59 +0530 Message-ID: <81ipshmnm0.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU2EF-0002ou-9F for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 15:46:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QU2EE-0004YR-26 for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 15:46:18 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:57026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU2ED-0004Xy-51 for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 15:46:17 -0400 Received: by pzk4 with SMTP id 4so3264907pzk.0 for ; Tue, 07 Jun 2011 12:46:16 -0700 (PDT) In-Reply-To: (Lex Fridman's message of "Tue, 7 Jun 2011 15:10:38 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Lex Fridman Cc: emacs-orgmode@gnu.org > There is so much documentation, tutorials, information available on > org-mode, so I'm sorry if I'm asking a dumb question that's already > been covered extensively elsewhere. I tried searching Google and this > mailing list, but found nothing that addresses this. How about looking at the manual? org-store-link and org-insert-link are pretty good starting point. If the target file is going to be modified in non-trivial manner I suggest one of the following: 1. Plain old bookmarks 2. Plain old TODO, FIXME or [YOUR INITIALS] markers 3. Collecting the function tags in the Org file as headlines and jumping to it. Summary: Your imagined workflow sounds cool but would suck very soon. Don't ask me why Jambunathan K. --