summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-15TODO: More test macrosKyle 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-15DOC: Add PDF rename to suggested keybindingsKyle Meyer
2014-02-15DOC: Reword PDF and BibTeX renaming descriptionsKyle Meyer
2014-02-15MNT: Remove bog-citekey-action heading from testsKyle Meyer
This should have been changed with 9f58e9b.
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-12DOC: Reword and clarify workflowKyle 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-12TST: Remove use of obsolete `flet` in testsKyle Meyer
2014-02-09DOC: Suggest keybindingsKyle Meyer