diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-08 00:50:36 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-08 00:50:36 -0500 |
commit | a2855afc3a4510e05e93dbaa728f06b87ec76025 (patch) | |
tree | f1ba2fdc87e7315deeeb3cd8e405496c0f6e7d06 | |
parent | e9724dd5de0b50432f575acad4e4afd893bfedf8 (diff) | |
download | bog-a2855afc3a4510e05e93dbaa728f06b87ec76025.tar.gz |
DOC: Fix typo in README
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | bog-readme.org | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -96,7 +96,7 @@ and taking notes with Org, not on writing research articles with Org. The default format for the citekey is the first author's last name, the year, and then the first non-trivial word. To have BibTeX mode - automatically generate a key of this format, the `bibtex=autokey-*' + automatically generate a key of this format, the `bibtex-autokey-*' settings can be modified. ,---- diff --git a/bog-readme.org b/bog-readme.org index 4767356..ac829b4 100644 --- a/bog-readme.org +++ b/bog-readme.org @@ -64,7 +64,7 @@ the title or property of a heading. The default format for the citekey is the first author's last name, the year, and then the first non-trivial word. To have BibTeX mode -automatically generate a key of this format, the =bibtex=autokey-*= +automatically generate a key of this format, the =bibtex-autokey-*= settings can be modified. #+begin_src emacs-lisp |