emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Links to C/C++ source code lines
@ 2011-10-13 15:44 Rafal
  2011-10-21 17:32 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Rafal @ 2011-10-13 15:44 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I wrote a small hook for creating org-mode links to C/C++ source code lines in 
the form of a regexp so the links stay valid even if the source code changes

eg. 
a source line
        while(ptr < ptr_end)
has a link
file:/home/user/src/example.cpp::/while[ \t]*([ \t]*ptr[ \t]*<[ \t]*ptr_end[ \t]
*)#1/

The number after the hash is a sequence number in case there are more than one 
such line

If you are interested: http://rafflo.w.interia.pl/org-c-link.el

regards,
Rafal

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

end of thread, other threads:[~2011-10-29 14:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-13 15:44 Links to C/C++ source code lines Rafal
2011-10-21 17:32 ` Bastien
2011-10-24 10:46   ` Rafal
2011-10-28 15:28     ` Bastien
2011-10-29 14:36       ` Rafal

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).