Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | 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 | 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: Revise README | Kyle Meyer | |
2014-03-14 | DOC: Correct PDF file name format in README | 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-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 | 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-12 | DOC: Reword and clarify workflow | Kyle Meyer | |
2014-02-09 | DOC: Suggest keybindings | Kyle Meyer | |
2014-02-09 | DOC: Revise README text | Kyle Meyer | |
2014-02-08 | DOC: Fix typo in README | Kyle Meyer | |
2014-02-08 | DOC: Shorten up example tag to avoid line wrapping | Kyle Meyer | |
These tags were wrapped when GitHub displayed the README. | |||
2014-02-08 | DOC: Make text version Github's preferred README | Kyle 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. |