summaryrefslogtreecommitdiff
path: root/bog.el
AgeCommit message (Collapse)Author
2014-04-26Fix docstring typoKyle Meyer
2014-04-26Rephrase docstrings for directory variablesKyle Meyer
2014-04-09Remove leftover bog-completing-read callKyle Meyer
This should have been removed in 6a09d39.
2014-04-02Remove Org 8 from requirementsKyle Meyer
All of the Org functionality currently used should be present in built-in Org version.
2014-04-02Use org-open-file to open PDFsKyle Meyer
2014-04-02Use Org's completion functionsKyle 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-01Fix trailing line to keep package.el happySteve Purcell
2014-04-01Bump versionv0.6.0Kyle Meyer
2014-04-01Expand commentaryKyle Meyer
2014-03-31Add functions to sort topic headingsKyle Meyer
2014-03-31Add agenda search functionsKyle Meyer
2014-03-30Define minor mode for BogKyle Meyer
2014-03-23Define keymap for BogKyle Meyer
Instead of just suggesting keys, create a keymap, but don't bind it to a prefix key.
2014-03-16MNT: Reword a few docstringsKyle Meyer
2014-03-16MNT: Correct typo in docstringKyle Meyer
2014-03-14MNT: Make variable names for files consistentKyle Meyer
Use "-name" to indicate no path.
2014-03-14ENH: Read new name if renaming to PDF that existsKyle Meyer
2014-03-14ENH: Allow customization of PDF file separatorKyle Meyer
2014-03-05ENH: Allow numbers in title word of citekeyKyle Meyer
2014-03-04ENH: Add functions to go to citekey headingKyle Meyer
2014-03-04MNT: Remove properties when get citekey at pointKyle Meyer
2014-03-04DOC: Fix typo in function docstringKyle Meyer
2014-03-04ENH: Allow citekey to have multiple PDFsKyle 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-16ENH: Add refiling for Bog notesKyle Meyer
2014-02-15BUG: Fix renaming staged PDF when one choiceKyle Meyer
When 4dfcc52 changed remoed the path from choices, this should have been kept as the full path.
2014-02-15ENH: Remove path from choices when renaming PDFKyle Meyer
Only files in `bog-stage-directory' are options, so the only relevant information to present is the file name.
2014-02-15ENH: Use stage for renaming BibTeX filesKyle 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-15ENH: Remove bog-citekey-actionKyle 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-15MNT: Make message consistent with emacsKyle Meyer
2014-02-12BUG: Fix logic in citekey selectionKyle Meyer
`bog-citekey-action' should not try to select a citekey from the note context when ASK-FUNC returns non-nil.
2014-02-09BUG: Use read syntax #' for byte compilationKyle Meyer
2014-02-09MNT: Fix formatting of a docstringKyle Meyer
2014-02-08DOC: Make text version Github's preferred READMEKyle 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-08DOC: Provide bibtex-autokey settingsKyle Meyer
2014-02-08DOC: Refer to README.org in bog.el commentaryKyle Meyer
2014-02-07MNT: Limit Bog parent customization group to OrgKyle Meyer
2014-02-07ENH: Go to top after creating combined BibTeX fileKyle Meyer
2014-02-07MNT: Make order of defcustom keywords consistentKyle Meyer
2014-02-07ENH: Make compatible with single BibTeX fileKyle Meyer
2014-02-06ENH: Allow citekeys to be propertiesKyle Meyer
Now citekeys can be taken either from properties or from headings. This provides greater compatibility with org-bibtex.el.
2014-02-05Use org-get-headingKyle Meyer
Somehow I missd this one when I was searching through org.el.
2014-02-05Reword bog-citekey-from-heading-title docstringKyle Meyer
2014-02-05Rename bog-citekey-headingKyle Meyer
New name, `bog-citekey-from-heading-title', provides a clearer indication of what it is doing.
2014-02-05Move bog-citekey-format to top of customizationKyle Meyer
2014-02-03Highlight in-text citekeysv0.5.0Kyle Meyer
2014-02-03Add function to search citekey on Google ScholarKyle Meyer
2014-02-03Add function to create combined BibTeX fileKyle Meyer
2014-02-03Add function to rename and clean new BibTeX fileKyle Meyer
2014-02-03Add function to find citekey bibKyle Meyer
2014-02-03Add function rename staged PDFKyle Meyer