Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-05 | bog-{previous,next}-non-heading-citekey: Cosmetics | Kyle Meyer | |
2015-09-04 | Fix Emacs 25 compilation warnings | Kyle Meyer | |
2015-09-04 | bog-create-combined-bib: Add option to avoid prompt | Kyle Meyer | |
2015-09-04 | bog-create-combined-bib: Correct docstring | Kyle Meyer | |
2015-08-13 | bog-file-ask-on-conflict: Use base name in prompt | Kyle Meyer | |
2015-08-13 | search: Ignore restriction locks | Kyle Meyer | |
2015-08-13 | bog-citekey-p: Use string, not line, bounds | Kyle Meyer | |
2015-05-22 | Pass alists directly to completing-read | Kyle Meyer | |
Doh, I didn't know you could do that. Also, use assoc-string instead of assoc. | |||
2015-05-04 | Bump versionv1.0.0 | Kyle Meyer | |
2015-04-11 | bog-staged-files: Don't return backup files | Kyle Meyer | |
2015-04-11 | Use rx to construct bog-citekey-format | Kyle Meyer | |
2015-03-16 | Support highlighting citekeys in non-Org buffers | Kyle Meyer | |
2015-03-16 | Replace commander with prefix map | Kyle Meyer | |
2015-03-16 | Make context-functions check if in Org mode | Kyle Meyer | |
This will allow commands that use the context functions to work outside of Org. | |||
2015-03-16 | Autoload all commands in bog-mode-map | Kyle Meyer | |
2015-03-06 | Move bog-goto-citekey-heading-in-notes | Kyle Meyer | |
Join helper functions that used to be positioned near bog-goto-citekey-heading-in-buffer [1] with bog-goto-citekey-heading-in-notes helper functions. [1] 6baf69ba88998595940daab8896724ba430a4d2a | |||
2015-03-06 | Remove bog-goto-citekey-heading-in-buffer | Kyle Meyer | |
This command wasn't too useful because, within a buffer, a citekey heading can easily be jumped to with the standard org-goto interface. Also, bog-goto-citekey-heading-in-notes will check the current file first, so it behaves the same as bog-goto-citekey-heading-in-buffer, except that it prompts with all citekeys instead of just those in the current buffer. Because a prompt limited to citekeys from the current buffer can be useful, make this prompt available with a double C-u. | |||
2015-03-06 | Avoid infinite recursion when exit Bog View mode | Kyle Meyer | |
2015-03-06 | Reorganize citekey methods | Kyle Meyer | |
2015-03-04 | Update copyright year | Kyle Meyer | |
2015-03-04 | bog-create-combined-bib: Fix citekey sorting | Kyle Meyer | |
Sort citekeys after they're collected from marked files so that the list is sorted alphabetically, order and then alphabetically. (This fixes behavior that was introduced in 87f4e2ce8.) | |||
2015-02-26 | Add bog-rename-staged-file-to-citekey to commander | Kyle Meyer | |
2015-02-19 | Add bog-search-notes-for-citekey to commander | Kyle Meyer | |
2015-02-19 | Split line in citekey selection function docstrings | Kyle Meyer | |
2015-02-19 | Don't sort with directory-files if not user-facing | Kyle Meyer | |
2015-02-19 | Rework citekey sorting | Kyle Meyer | |
- Try to only sort citekeys once. - Make functions that return citekeys sort them by default. | |||
2015-02-19 | Extend citekey caching | Kyle Meyer | |
- Support bib and file citekeys. - Allow caching for specific citekey categories to be enabled. - Support clearning cache for a specific citekey category. | |||
2015-02-19 | bog-bib-citekeys: Remove extension | Kyle Meyer | |
Remove '.bib' from citekeys, which was introduced in 16b60db1. | |||
2015-02-19 | bog-{,non-}heading-citekeys-in-file: Set default-directory | Kyle Meyer | |
Set the default directory so that Org mode is able to read any setup files that are specified with a relative path. | |||
2015-02-19 | Use cl-lib instead of dash | Kyle Meyer | |
2015-02-19 | Rewrite bog-create-combined-bib | Kyle Meyer | |
- Add numerical argument to pass to dired-get-marked-files. - Expand docstring. - When missing citekey bib, prompt with citekey instead of file name. | |||
2015-02-17 | Add view mode for Bog | Kyle Meyer | |
2015-02-17 | Use regexp for bog-citekey-file-name-separators | Kyle Meyer | |
Use regular expression to specify separators. This allows more flexibility in customizing citekey file names and is easily fed to directory-files. | |||
2015-02-17 | bog-bib-citekeys: Rewrite with directory-files | Kyle Meyer | |
2015-02-17 | Rewrite bog-clean-and-rename-staged-bibs | Kyle Meyer | |
2015-02-17 | bog-notes: Rewrite with directory-files | Kyle Meyer | |
2015-02-17 | Add docstring to bog-read-note-file-name | Kyle Meyer | |
2015-02-17 | Clean up previous duplicate heading buffer | Kyle Meyer | |
When bog-list-duplicate-heading-citekeys doesn't find any duplicate headings, check for a buffer from a previous call. If one is found, kill it because its information is now stale. | |||
2015-02-17 | Rewrite bog-list-orphan-citekeys | Kyle Meyer | |
2015-02-17 | Simplify citekey sorting | Kyle Meyer | |
2015-02-17 | Clean up some spaces | Kyle Meyer | |
2015-02-17 | Add option to store citekey files in subdirectories | Kyle Meyer | |
2015-02-17 | prepare-bib-file: Fix use of bibtex-key-in-head | Kyle Meyer | |
Set the match data according to bibtex-entry-head before calling bibtex-key-in-head. bibtex-key-in-head relies on bibtex-entry-head having generated the most recent match data, but I was using it as though it took care of the matching. By luck, it seems that the most recent match data tends to be correct right after cleaning the entry. | |||
2015-02-17 | Fix warnings during byte compilation | Kyle Meyer | |
2015-02-15 | Decouple Org and Bog tree-to-indirect commands | Kyle Meyer | |
- Use Bog-specific record of last indirect buffer instead of clobbering org-last-indirect-buffer. - Add variable that controls whether or not previous buffer from bog-citekey-tree-to-indirect-buffer is replaced during the next call (default behavior). - Show indirect buffer in other window regardless of org-indirect-buffer-display setting. | |||
2015-02-15 | Use variable to store citekey syntax table | Kyle Meyer | |
2015-02-09 | bog--find-citekey-heading-in-notes: Use base buffer | Kyle Meyer | |
Use base buffer so that bog--find-citekey-heading-in-notes still tries to find a heading in the current note file first, regardless of whether the buffer is an indirect buffer for the note file. | |||
2015-02-09 | bog-citekey-tree-to-indirect-buffer: Widen buffer | Kyle Meyer | |
2015-02-09 | Activate Org mode after inserting file contents | Kyle Meyer | |
Otherwise, setup file will not be loaded, which results in some citekey headings not being found if custom TODO words are used. | |||
2015-02-09 | Override second org-agenda-redo key in Bog search | Kyle Meyer | |
Otherwise, 'g' will re-populate the buffer using Org agenda files. |