emacs - Links between org files -
say have 2 org files, file1.org
, file2.org
on disk (let's assume in same directory). how can create link on file1.org
file2.org
?
once have link on file1.org
, let's assume have cursor (point) sitting on link. how can tell emacs show me corresponding file?
finally, if want create link specific item of file2.org
?
use c-c c-l
shortcut create link , use syntax
file:./file2.org
and use c-c c-o
cursor on link visit link.
to link specific item, use
file:projects.org::*task title heading search in org file
the doc: http://orgmode.org/org.html#external-links
you can search words:
file:projects.org::some words
Comments
Post a Comment