Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-23 | Add command to open first citekey heading link | Kyle Meyer | |
2014-10-15 | Clarify some function descriptions in README | Kyle Meyer | |
2014-10-15 | Fix typo in README | Kyle Meyer | |
2014-10-15 | Add command bog-insert-heading-citekey | Kyle Meyer | |
2014-10-15 | Mention Org-ref in README | Kyle Meyer | |
2014-10-15 | Manually export README for ox-md changes | Kyle Meyer | |
Seems like ox-md changed how it handles spacing. | |||
2014-06-05 | README rephrasing | Kyle Meyer | |
2014-06-05 | Remove bog-citekey-function | Kyle 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-28 | Correct README typo | Kyle Meyer | |
2014-05-07 | Add bog-citekey-tree-to-indirect-buffer | Kyle Meyer | |
2014-05-01 | Add Bog commander | Kyle Meyer | |
2014-05-01 | README rephrasing | Kyle Meyer | |
2014-04-26 | Generalize PDF functions to any file type | Kyle Meyer | |
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-01 | Add installation instructions | 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-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: Switch bog-readme.org export to markdown | Kyle Meyer | |
2014-02-08 | DOC: Export README text file for GitHub | Kyle Meyer | |
2014-02-03 | Add README.md for github | Kyle Meyer | |
Github has limited support for Org syntax. |