emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Link to heading in another org file


From: Daniel Clemente
Subject: Re: [Orgmode] Re: Link to heading in another org file
Date: Mon, 19 Jan 2009 16:36:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Could this [[file proj.org::*some heading]] syntax be documented? I attach a 
simple patch:

--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2626,6 +2626,9 @@ file:/home/dominik/images/jupiter.jpg     @r{file, 
absolute path}
 /home/dominik/images/jupiter.jpg          @r{same as above}
 file:papers/last.pdf                      @r{file, relative path}
 ./papers/last.pdf                         @r{same as above}
+file:projects.org                         @r{another org file}
+file:projects.org::some words             @r{text search in org file}
+file:projects.org::*task title            @r{heading search in org file}
 news:comp.emacs                           @r{Usenet link}
 mailto:adent@@galaxy.net                 @r{Mail link}
 vm:folder                                 @r{VM folder link}



Thanks,
  Daniel



Daniel Clemente <address@hidden> writes:

> Ok, so it was [[file:proj.org::*some heading]] instead of 
> [[file:proj.org#*some heading]], fine.
>
>   Could it be documented as example in 
> http://orgmode.org/manual/External-links.html#External-links
>   This also refers to it: 
> http://orgmode.org/manual/Publishing-links.html#Publishing-links
>
>
> Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]