Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-01 | Fix bog-bib-citekeys when bog-bib-file is non-nil | Kyle Meyer | |
2014-05-01 | Fix docstring typo | Kyle Meyer | |
2014-05-01 | Remove leftover debugging message | Kyle Meyer | |
2014-04-30 | Add bog-refile to the keymap | Kyle Meyer | |
Steal "w" from `bog-search-citekey-on-web' to be consistent with `org-refile'. | |||
2014-04-30 | Define keymap in alphabetical order | Kyle Meyer | |
2014-04-30 | Fix reference to README in commentary | Kyle Meyer | |
This should've been updated with 9eb2776. | |||
2014-04-26 | Clarify some docstrings | Kyle Meyer | |
2014-04-26 | Generalize PDF functions to any file type | Kyle Meyer | |
2014-04-26 | Prompt with bib citekeys in bog-find-citekey-bib | Kyle Meyer | |
When a prefix argument is given to `bog-find-citekey-bib', `bog-pdf-citekeys` was being used to generate the collection of available citekeys instead of`bog-bib-citekeys'. | |||
2014-04-26 | Fix docstring typo | Kyle Meyer | |
2014-04-26 | Rephrase docstrings for directory variables | Kyle Meyer | |
2014-04-09 | Remove leftover bog-completing-read call | Kyle Meyer | |
This should have been removed in 6a09d39. | |||
2014-04-02 | Remove Org 8 from requirements | Kyle Meyer | |
All of the Org functionality currently used should be present in built-in Org version. | |||
2014-04-02 | Use org-open-file to open PDFs | Kyle Meyer | |
2014-04-02 | Use Org's completion functions | Kyle Meyer | |
The user's ido preference is already set with `org-completion-use-ido', so it makes sense to piggyback on this rather than having separate customization for Bog. | |||
2014-04-01 | Fix trailing line to keep package.el happy | Steve Purcell | |
2014-04-01 | Bump versionv0.6.0 | Kyle Meyer | |
2014-04-01 | Expand commentary | Kyle Meyer | |
2014-03-31 | Add functions to sort topic headings | Kyle Meyer | |
2014-03-31 | Add agenda search functions | Kyle Meyer | |
2014-03-30 | Define minor mode for Bog | Kyle Meyer | |
2014-03-23 | Define keymap for Bog | Kyle Meyer | |
Instead of just suggesting keys, create a keymap, but don't bind it to a prefix key. | |||
2014-03-16 | MNT: Reword a few docstrings | Kyle Meyer | |
2014-03-16 | MNT: Correct typo in docstring | Kyle Meyer | |
2014-03-14 | MNT: Make variable names for files consistent | Kyle Meyer | |
Use "-name" to indicate no path. | |||
2014-03-14 | ENH: Read new name if renaming to PDF that exists | Kyle Meyer | |
2014-03-14 | ENH: Allow customization of PDF file separator | Kyle Meyer | |
2014-03-05 | ENH: Allow numbers in title word of citekey | Kyle Meyer | |
2014-03-04 | ENH: Add functions to go to citekey heading | Kyle Meyer | |
2014-03-04 | MNT: Remove properties when get citekey at point | Kyle Meyer | |
2014-03-04 | DOC: Fix typo in function docstring | Kyle Meyer | |
2014-03-04 | ENH: Allow citekey to have multiple PDFs | Kyle Meyer | |
Match any PDF files named '<citekey.pdf' or '<citekey>-*.pdf'. When finding a PDF for a citekey, complete read to deterimine which file to open. | |||
2014-02-16 | ENH: Add refiling for Bog notes | Kyle Meyer | |
2014-02-15 | BUG: Fix renaming staged PDF when one choice | Kyle Meyer | |
When 4dfcc52 changed remoed the path from choices, this should have been kept as the full path. | |||
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. |