Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-01 | Bump versionv0.6.0 | Kyle Meyer | |
2014-04-01 | Add changelog | Kyle Meyer | |
2014-04-01 | Create archive subtree for TODOs | Kyle Meyer | |
2014-04-01 | Expand commentary | Kyle Meyer | |
2014-04-01 | Move pre-commit files to scripts subdirectory | Kyle Meyer | |
2014-03-31 | Add functions to sort topic headings | Kyle Meyer | |
2014-03-31 | Add bog-search-notes* functions to README | Kyle Meyer | |
2014-03-31 | Add agenda search functions | Kyle Meyer | |
2014-03-30 | Fix keybinding representation in README | Kyle 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-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 | TODO: Update | Kyle Meyer | |
2014-03-16 | DOC: Fix typo in README | Kyle Meyer | |
2014-03-16 | DOC: Fix markdown issue | Kyle Meyer | |
"<citekey>.bib" was getting displayed as ".bib". | |||
2014-03-16 | DOC: Change numbered list to bullets | Kyle Meyer | |
The README on GitHub was using Roman numerals for second-level numbered lists. | |||
2014-03-16 | DOC: Remove redundant table in README | Kyle Meyer | |
2014-03-16 | MNT: Reword a few docstrings | Kyle Meyer | |
2014-03-16 | DOC: Mention a few other functions in README | Kyle Meyer | |
2014-03-16 | DOC: Remove TOC from README | Kyle Meyer | |
2014-03-16 | DOC: Reformat README | Kyle Meyer | |
2014-03-16 | MNT: Correct typo in docstring | Kyle Meyer | |
2014-03-16 | TODO: Update | Kyle Meyer | |
2014-03-16 | DOC: Remove incorrect line in README | Kyle 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-16 | DOC: Remove old text README | Kyle Meyer | |
2014-03-16 | DOC: Switch bog-readme.org export to markdown | Kyle Meyer | |
2014-03-16 | DOC: Revise README | 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-14 | DOC: Correct PDF file name format in README | Kyle Meyer | |
2014-03-05 | ENH: Allow numbers in title word of citekey | Kyle Meyer | |
2014-03-04 | DOC: Update keybinding table for goto functions | 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 | TODO: More test macros | 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 | DOC: Add PDF rename to suggested keybindings | Kyle Meyer | |
2014-02-15 | DOC: Reword PDF and BibTeX renaming descriptions | Kyle Meyer | |
2014-02-15 | MNT: Remove bog-citekey-action heading from tests | Kyle Meyer | |
This should have been changed with 9f58e9b. | |||
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 | DOC: Reword and clarify workflow | 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-12 | TST: Remove use of obsolete `flet` in tests | Kyle Meyer | |
2014-02-09 | DOC: Suggest keybindings | Kyle Meyer | |