I have 2 files:
- php file with code
- org file with docs
How to create a link to a line in php file from org file? So clicking it will move the cursor to the appropriate line in php file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use this notation in the org mode to create a link:
If you want the file name to be displayed, use just
See Hyperlinks in the Org mode Info page for details and other ways to specify links.