From efa6371a320de31b3e549d591cc50fc739286bff Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 5 Jun 2014 01:05:26 -0400 Subject: 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. --- README | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README') diff --git a/README b/README index 9e2efcc..6ee1c9e 100644 --- a/README +++ b/README @@ -123,12 +123,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 -- cgit v1.2.3