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

2009-01-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 19, 2009, at 4:36 PM, Daniel Clemente wrote: 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

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

2009-01-19 Thread Daniel Clemente
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

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

2009-01-18 Thread Carsten Dominik
On Jan 18, 2009, at 10:26 AM, Tassilo Horn wrote: Carsten Dominik writes: Hi Carsten, Under "Activation", the manual also states: ,- | Add the following lines to your `.emacs' file. The last three lines | define _global_ keys for the commands `org-store-link', `org- agenda', | and

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

2009-01-18 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > Under "Activation", the manual also states: > > ,- > | Add the following lines to your `.emacs' file. The last three lines > | define _global_ keys for the commands `org-store-link', `org-agenda', > | and `org-iswitchb' - please choose suitable keys you

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

2009-01-17 Thread Carsten Dominik
On Jan 17, 2009, at 6:18 PM, Tassilo Horn wrote: Carsten Dominik writes: Hi Carsten, Ok, so it was [[file:proj.org::*some heading]] instead of [[file:proj.org#*some heading]], fine. I've just noticed that if you have two headlines with the same text, it'll always link to the first one.

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

2009-01-17 Thread Carsten Dominik
On Jan 14, 2009, at 1:17 PM, Tassilo Horn wrote: Daniel Clemente writes: Ok, so it was [[file:proj.org::*some heading]] instead of [[file:proj.org#*some heading]], fine. I've just noticed that if you have two headlines with the same text, it'll always link to the first one. Yes. Using I

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

2009-01-14 Thread Daniel Clemente
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 Dani