summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-26Generalize PDF functions to any file typeKyle Meyer
2014-04-26Check stage directory in renaming testKyle Meyer
2014-04-26Prompt with bib citekeys in bog-find-citekey-bibKyle 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-26Expand headings on README startupKyle Meyer
2014-04-26Rename changelog.org to NEWSKyle Meyer
2014-04-26Rename bog-readme.org to READMEKyle Meyer
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-09Export README with latest OrgKyle Meyer
I think this formatting difference is due to commit 1b7d3f in Org mode. (Exported with ce72d25.)
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-02TODO: Generalize PDF functionsKyle Meyer
2014-04-01Add installation instructionsKyle Meyer
2014-04-01Merge pull request #1 from purcell/patch-1Kyle Meyer
Fix trailing line to keep package.el happy
2014-04-01Fix trailing line to keep package.el happySteve Purcell
2014-04-01Bump versionv0.6.0Kyle Meyer
2014-04-01Add changelogKyle Meyer
2014-04-01Create archive subtree for TODOsKyle Meyer
2014-04-01Expand commentaryKyle Meyer
2014-04-01Move pre-commit files to scripts subdirectoryKyle Meyer
2014-03-31Add functions to sort topic headingsKyle Meyer
2014-03-31Add bog-search-notes* functions to READMEKyle Meyer
2014-03-31Add agenda search functionsKyle Meyer
2014-03-30Fix keybinding representation in READMEKyle Meyer
I was surrounding the keybindings with `' to avoid issues with double quotes in the verbatim environment [1]. This doesn't look very good in the exported markdown though. Now using fix proposed in the above thread. [1] http://lists.gnu.org/archive/html/emacs-orgmode/2010-04/msg00330.html
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-16TODO: UpdateKyle Meyer
2014-03-16DOC: Fix typo in READMEKyle Meyer
2014-03-16DOC: Fix markdown issueKyle Meyer
"<citekey>.bib" was getting displayed as ".bib".
2014-03-16DOC: Change numbered list to bulletsKyle Meyer
The README on GitHub was using Roman numerals for second-level numbered lists.
2014-03-16DOC: Remove redundant table in READMEKyle Meyer
2014-03-16MNT: Reword a few docstringsKyle Meyer
2014-03-16DOC: Mention a few other functions in READMEKyle Meyer
2014-03-16DOC: Remove TOC from READMEKyle Meyer
2014-03-16DOC: Reformat READMEKyle Meyer
2014-03-16MNT: Correct typo in docstringKyle Meyer
2014-03-16TODO: UpdateKyle Meyer
2014-03-16DOC: Remove incorrect line in READMEKyle Meyer
If locating fails, an error will be given. Currently, the user is only prompted if function-specific and only when the prefix argument is given.
2014-03-16DOC: Remove old text READMEKyle Meyer
2014-03-16DOC: Switch bog-readme.org export to markdownKyle Meyer
2014-03-16DOC: Revise READMEKyle 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-14DOC: Correct PDF file name format in READMEKyle Meyer
2014-03-05ENH: Allow numbers in title word of citekeyKyle Meyer
2014-03-04DOC: Update keybinding table for goto functionsKyle Meyer
2014-03-04ENH: Add functions to go to citekey headingKyle Meyer