Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-15 | ENH: Remove path from choices when renaming PDF | Kyle Meyer | |
Only files in `bog-stage-directory' are options, so the only relevant information to present is the file name. | |||
2014-02-15 | ENH: Use stage for renaming BibTeX files | Kyle Meyer | |
This avoids filtering all the names in the BibTeX directory to those that match the citekey pattern, and it more consistent with how PDF are renamed. | |||
2014-02-15 | ENH: Remove bog-citekey-action | Kyle Meyer | |
`bog-citekey-action' generalizes the common setup (citekey selection from notes or from user completion) of the citekey functions, but it doesn't allow much flexibility for functions to handle citekey selection differently. Replacing this with `bog-citekey-from-notes' shares the citekey selection from notes but doesn't couple this to the user selection. | |||
2014-02-15 | MNT: Make message consistent with emacs | Kyle Meyer | |
2014-02-12 | BUG: Fix logic in citekey selection | Kyle Meyer | |
`bog-citekey-action' should not try to select a citekey from the note context when ASK-FUNC returns non-nil. | |||
2014-02-09 | BUG: Use read syntax #' for byte compilation | Kyle Meyer | |
2014-02-09 | MNT: Fix formatting of a docstring | Kyle Meyer | |
2014-02-08 | DOC: Make text version Github's preferred README | Kyle Meyer | |
GitHub will choose README.org over README, which is not what I want because the README text file is exported because GitHub doesn't render Org files very well. These changes rename the Org README so that the text version will be displayed on GitHub. | |||
2014-02-08 | DOC: Provide bibtex-autokey settings | Kyle Meyer | |
2014-02-08 | DOC: Refer to README.org in bog.el commentary | Kyle Meyer | |
2014-02-07 | MNT: Limit Bog parent customization group to Org | Kyle Meyer | |
2014-02-07 | ENH: Go to top after creating combined BibTeX file | Kyle Meyer | |
2014-02-07 | MNT: Make order of defcustom keywords consistent | Kyle Meyer | |
2014-02-07 | ENH: Make compatible with single BibTeX file | Kyle Meyer | |
2014-02-06 | ENH: Allow citekeys to be properties | Kyle Meyer | |
Now citekeys can be taken either from properties or from headings. This provides greater compatibility with org-bibtex.el. | |||
2014-02-05 | Use org-get-heading | Kyle Meyer | |
Somehow I missd this one when I was searching through org.el. | |||
2014-02-05 | Reword bog-citekey-from-heading-title docstring | Kyle Meyer | |
2014-02-05 | Rename bog-citekey-heading | Kyle Meyer | |
New name, `bog-citekey-from-heading-title', provides a clearer indication of what it is doing. | |||
2014-02-05 | Move bog-citekey-format to top of customization | Kyle Meyer | |
2014-02-03 | Highlight in-text citekeysv0.5.0 | Kyle Meyer | |
2014-02-03 | Add function to search citekey on Google Scholar | Kyle Meyer | |
2014-02-03 | Add function to create combined BibTeX file | Kyle Meyer | |
2014-02-03 | Add function to rename and clean new BibTeX file | Kyle Meyer | |
2014-02-03 | Add function to find citekey bib | Kyle Meyer | |
2014-02-03 | Add function rename staged PDF | Kyle Meyer | |
2014-02-03 | Add function to find citekey PDF | Kyle Meyer | |
2014-02-03 | Add core citekey functions | Kyle Meyer | |