* minor documentation change suggestion
@ 2009-11-04 10:22 Eric S Fraga
2009-11-05 7:10 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Eric S Fraga @ 2009-11-04 10:22 UTC (permalink / raw)
To: org-mode mailing list
Carsten et al.,
As always with org-mode, it does more than I could expect! I was
writing some code to create org mode files which would have links to
an external file. I wanted to link to a specific line number in that
file so added "::NNN" (where NNN would be the line number) and thought
I would have to make some changes to org-mode to support this. Well,
of course I didn't have to make any changes! It's already there.
However, the documentation is behind as a result. Can I suggest you
add a line, such as below?
--8<---------------cut here---------------start------------->8---
diff --git a/doc/org.texi b/doc/org.texi
index 10d26fa..408710a 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2754,6 +2754,7 @@ 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:sometextfile::NNN @r{file with line number to jump to}
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}
--8<---------------cut here---------------end--------------->8---
Thanks,
eric
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: minor documentation change suggestion
2009-11-04 10:22 minor documentation change suggestion Eric S Fraga
@ 2009-11-05 7:10 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-11-05 7:10 UTC (permalink / raw)
To: Eric S Fraga; +Cc: org-mode mailing list
Applied, thanks.
- Carsten
On Nov 4, 2009, at 11:22 AM, Eric S Fraga wrote:
> Carsten et al.,
>
> As always with org-mode, it does more than I could expect! I was
> writing some code to create org mode files which would have links to
> an external file. I wanted to link to a specific line number in that
> file so added "::NNN" (where NNN would be the line number) and thought
> I would have to make some changes to org-mode to support this. Well,
> of course I didn't have to make any changes! It's already there.
>
> However, the documentation is behind as a result. Can I suggest you
> add a line, such as below?
>
> --8<---------------cut here---------------start------------->8---
> diff --git a/doc/org.texi b/doc/org.texi
> index 10d26fa..408710a 100644
> --- a/doc/org.texi
> +++ b/doc/org.texi
> @@ -2754,6 +2754,7 @@ 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:sometextfile::NNN @r{file with line number
> to jump to}
> 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}
> --8<---------------cut here---------------end--------------->8---
>
> Thanks,
> eric
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-05 7:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 10:22 minor documentation change suggestion Eric S Fraga
2009-11-05 7:10 ` Carsten Dominik
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).