Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #+NAME: output-directory
  2. /path/to/output/directory
  3.  
  4. Results can be found [[file+emacs:/path/to/output/directory][here]].
  5.  
  6. #+NAME: output-directory
  7. /path/to/output/directory/
  8.  
  9. Results can be found [[file+emacs:output-directory][here]].
  10.  
  11. #+LINK: my-output-dir file+emacs:/path/to/output/directory/
  12.  
  13. Results can be found [[my-output-dir:][here]].
  14.  
  15. Link to some [[my-output-dir:test.org][special result]].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement