summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2014-11-23Add command to open first citekey heading linkKyle Meyer
2014-10-15Clarify some function descriptions in READMEKyle Meyer
2014-10-15Fix typo in READMEKyle Meyer
2014-10-15Add command bog-insert-heading-citekeyKyle Meyer
2014-10-15Mention Org-ref in READMEKyle Meyer
2014-10-15Manually export README for ox-md changesKyle Meyer
Seems like ox-md changed how it handles spacing.
2014-06-05README rephrasingKyle Meyer
2014-06-05Remove bog-citekey-functionKyle Meyer
Before, citekeys could be listed as either heading titles or properties, but these two styles could not be mixed. Now, they can, and the following method is used to find the citekey. 1. Take the citekey from title of the current heading. 2. Take the citekey from the property of the current heading. 3. If no citekey found, go to parent heading and repeat. The process stops as soon as a citekey is found or a top-level heading is reached.
2014-05-28Correct README typoKyle Meyer
2014-05-07Add bog-citekey-tree-to-indirect-bufferKyle Meyer
2014-05-01Add Bog commanderKyle Meyer
2014-05-01README rephrasingKyle Meyer
2014-04-26Generalize PDF functions to any file typeKyle Meyer
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-01Add installation instructionsKyle Meyer
2014-03-31Add functions to sort topic headingsKyle Meyer
2014-03-31Add bog-search-notes* functions to READMEKyle 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-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-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-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: Switch bog-readme.org export to markdownKyle Meyer
2014-02-08DOC: Export README text file for GitHubKyle Meyer
2014-02-03Add README.md for githubKyle Meyer
Github has limited support for Org syntax.