diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-14 01:03:52 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-14 01:04:50 -0400 |
commit | be0c58a1dcdf78b636b1115b0bf4e867d289c222 (patch) | |
tree | 2ee15753d2c96383487b845067147306513434d5 /README | |
parent | b9534743818532e110f7946c401c3293b9ecbd57 (diff) | |
download | bog-be0c58a1dcdf78b636b1115b0bf4e867d289c222.tar.gz |
DOC: Correct PDF file name format in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ and taking notes with Org, not on writing research articles with Org. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ All PDF files are kept in a single directory and are named as - <citekey>-*.pdf. The function `bog-find-citekey-pdf' will open a PDF + <citekey>.pdf. The function `bog-find-citekey-pdf' will open a PDF associated with a citekey. If the point is on a citekey, it will open that citekey. Otherwise, it will use the citekey from the first parent heading that is a study. |