Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-15 | bog-selection-method: Add docstring | Kyle Meyer | |
2014-10-15 | bog-root-directory: Simplify docstring | Kyle Meyer | |
2014-10-15 | bog-rename-staged-file-to-citekey: Fix docstring | Kyle Meyer | |
2014-10-15 | Replace some 'error' instances with 'user-error' | Kyle Meyer | |
2014-06-05 | Note limitation of goto functions | Kyle Meyer | |
2014-06-05 | Simplify bog-citekey-p | Kyle Meyer | |
2014-06-05 | Rename bog-citekey-only-p to bog-citekey-p | Kyle Meyer | |
Old `bog-citekey-p' was not being used. | |||
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 | Add URL to commentary | Kyle Meyer | |
2014-05-24 | Move default notes directory to subdirectory | Kyle Meyer | |
2014-05-07 | Use marker directly instead of extracting position | Kyle Meyer | |
2014-05-07 | Add bog-citekey-tree-to-indirect-buffer | Kyle Meyer | |
2014-05-07 | Fix lowercase org in docstring for consistency | Kyle Meyer | |
2014-05-06 | Widen if needed in goto-heading functions | Kyle Meyer | |
Widen the buffer if the heading is outside the currently narrowed region. | |||
2014-05-01 | Remove Bog agenda command | Kyle Meyer | |
2014-05-01 | Add Bog commander | Kyle Meyer | |
2014-05-01 | Hook up other functions to citekey selection | Kyle Meyer | |
2014-05-01 | Citekey selection macros | Kyle Meyer | |
2014-05-01 | Functions for collecting citekeys from notes | Kyle Meyer | |
For bigger Org files, these will probably be pretty slow, in which case I can look into caching the results. | |||
2014-05-01 | Use find-buffer-visiting to check if buffer open | Kyle Meyer | |
2014-05-01 | Correct misplaced save-excursion | Kyle Meyer | |
2014-05-01 | Fix bog-bib-citekeys when bog-bib-file is non-nil | Kyle Meyer | |
2014-05-01 | Fix docstring typo | Kyle Meyer | |
2014-05-01 | Remove leftover debugging message | Kyle Meyer | |
2014-04-30 | Add bog-refile to the keymap | Kyle Meyer | |
Steal "w" from `bog-search-citekey-on-web' to be consistent with `org-refile'. | |||
2014-04-30 | Define keymap in alphabetical order | Kyle Meyer | |
2014-04-30 | Fix reference to README in commentary | Kyle Meyer | |
This should've been updated with 9eb2776. | |||
2014-04-26 | Clarify some docstrings | Kyle Meyer | |
2014-04-26 | Generalize PDF functions to any file type | Kyle Meyer | |
2014-04-26 | Prompt with bib citekeys in bog-find-citekey-bib | Kyle Meyer | |
When a prefix argument is given to `bog-find-citekey-bib', `bog-pdf-citekeys` was being used to generate the collection of available citekeys instead of`bog-bib-citekeys'. | |||
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-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-01 | Fix trailing line to keep package.el happy | Steve Purcell | |
2014-04-01 | Bump versionv0.6.0 | Kyle Meyer | |
2014-04-01 | Expand commentary | Kyle Meyer | |
2014-03-31 | Add functions to sort topic headings | Kyle Meyer | |
2014-03-31 | Add agenda search functions | Kyle Meyer | |
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 | MNT: Reword a few docstrings | Kyle Meyer | |
2014-03-16 | MNT: Correct typo in docstring | 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-05 | ENH: Allow numbers in title word of citekey | Kyle Meyer | |
2014-03-04 | ENH: Add functions to go to citekey heading | Kyle Meyer | |