diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-06-05 01:05:26 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-06-05 01:05:26 -0400 |
commit | efa6371a320de31b3e549d591cc50fc739286bff (patch) | |
tree | 041805b6ee7a753f74664907ff06662ac1f27f1b /README.md | |
parent | 66cf8cddc05ba8a74926162794f4e5cb681fb697 (diff) | |
download | bog-efa6371a320de31b3e549d591cc50fc739286bff.tar.gz |
Remove bog-citekey-function
Before, citekeys could be listed as either heading titles or properties,
but these two styles could not be mixed. Now, they can, and the
following method is used to find the citekey.
1. Take the citekey from title of the current heading.
2. Take the citekey from the property of the current heading.
3. If no citekey found, go to parent heading and repeat.
The process stops as soon as a citekey is found or a top-level heading
is reached.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -110,12 +110,6 @@ The variables below are important for specifying how Bog behaves. A regular expression that defines the format used for citekeys -- `bog-citekey-function` - - A function to extract a citekey from the current subtree. Use this to - indicate whether the citekey should be taken from the heading or - property. - - `bog-find-citekey-bib-function` A function to find a citekey in a BibTeX file. This determines whether |