Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-26 | Rename bog-readme.org to README | Kyle Meyer | |
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-09 | Export README with latest Org | Kyle Meyer | |
I think this formatting difference is due to commit 1b7d3f in Org mode. (Exported with ce72d25.) | |||
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-02 | TODO: Generalize PDF functions | Kyle Meyer | |
2014-04-01 | Add installation instructions | Kyle Meyer | |
2014-04-01 | Merge pull request #1 from purcell/patch-1 | Kyle Meyer | |
Fix trailing line to keep package.el happy | |||
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 | 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 | |