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 | |
parent | b9534743818532e110f7946c401c3293b9ecbd57 (diff) | |
download | bog-be0c58a1dcdf78b636b1115b0bf4e867d289c222.tar.gz |
DOC: Correct PDF file name format in README
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | bog-readme.org | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/bog-readme.org b/bog-readme.org index adea47d..a79e152 100644 --- a/bog-readme.org +++ b/bog-readme.org @@ -92,7 +92,7 @@ within the citekey, many Bog functions can extract and use the citekey. ** Opening a PDF file for a citekey 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. |